Allign Diashow

Richard created the topic: Allign Diashow

Hi there,

is there an option to center the diashow on the page? Can't find it.

Thanks,

Regards,
Richard

#82597

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Allign Diashow

Hi Richard!

Thank you for posting your question!
Could you please use Center option of text alignment on your WordPress page, where the gallery is added? I am posting a screenshot below, where I have circled this setting in the editor.

But in case this won't work, please give us the link where you have published your gallery, and we will provide you a quick CSS solution.
Thanks! Have a wonderful day!


Kind regards,
Agapi G.
Web-Dorado team
#82623
Attachments:

Please Log in or Create an account to join the conversation.


Richard replied the topic: Allign Diashow

Ok, centering in the WP isn't work. I tried that yesterday. I fixed it in the template but it is still not 100% centered. If you can give me a css solution that will be great.

The link: xxx

#82631

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Allign Diashow

Hey Richard!

Thank you for the link. We have checked the page, but the slideshow was appearing centered. Could you please give us a screenshot, where you noticed that it is not perfectly centered?

Also please make sure to clear the cache of your web browser, since you mentioned that you made changes. Hard-reload the page afterwards to check the difference.
Thanks! Have a wonderful day!


Kind regards,
Agapi G.
Web-Dorado team
#82645

Please Log in or Create an account to join the conversation.


Richard replied the topic: Allign Diashow

hmm ok, then its ok!

Final question:

When I look on my phone the diashow is perfectly responsive but it seems that the gallery beneath isn't in portrait. The images are just a litle bit to big.

#82647

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Allign Diashow

Hi again, Richard!

We noticed the problem of thumbnails gallery on mobile. Could you give us temporary access to WordPress admin dashboard of your website? Please send the login information using the contact form on this page .

Also make sure to indicate the link to this forum thread in your message. Our development team will take a look at the issue as soon as possible and figure out a solution.

Thanks! Have a wonderful day!


Kind regards,
Agapi G.
Web-Dorado team
#82659

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Allign Diashow

Hi Richard!

I am happy to inform you, that the problem on your Photo Gallery regarding responsiveness has been resolved! It was a conflict with your website theme, so our developers have applied a workaround.

Could you please take a look? Let me know in case there's anything else I can assist you with.
Thanks! Have a great day!


Kind regards,
Agapi G.
Web-Dorado team
#82829

Please Log in or Create an account to join the conversation.


Richard replied the topic: Allign Diashow

Its ok now !! Thanks for the great and fast support. Can I get an email with the solution incase I had to upgrade the theme ?

Regards,

Richard

#82833

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Allign Diashow

You are most welcome, Richard!

I can surely post the solution. Please note, that the changes are made in Photo Gallery plugin, rather than the theme files. Specifically, the following code was added to /photo-gallery/frontend/views/BWGViewThumbnails.php file:

@media only screen and (max-width : 450px) {

   #bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_standart_thumb_spun1_<?php echo $bwg; ?> {
       margin: 0px !important;
       max-width:100% !important;
    }
    #bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_standart_thumb_img_<?php echo $bwg; ?> {
       max-width:100% !important;
       height: auto !important;
    }
    #bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_standart_thumbnails_<?php echo $bwg; ?> {
       max-width:100% !important;
    }
    #bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_standart_thumb_<?php echo $bwg; ?>{
       max-width:100% !important;
    }
    #bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_standart_thumb_spun2_<?php echo $bwg; ?>{
       max-width:100% !important;
    }
    
}
Let me know in case you have further questions.
Thanks! Have a wonderful day!


Kind regards,
Agapi G.
Web-Dorado team
#82905

Please Log in or Create an account to join the conversation.


Richard replied the topic: Allign Diashow

Thanks again for the great support!

Regards,

Richard

#82969

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Allign Diashow

Sure, Richard, you are welcome!

In case you have a few minutes, please share your rating for Photo Gallery on WordPress.org. Your feedback will help us improve our products and service. We very much appreciate your thoughts about the quality of the plugin, as well as suggestions on improving customer support.

Let me provide you the link:
wordpress.org/support/plugin/photo-gallery/reviews/

Thank you so much! Have a wonderful day!


Kind regards,
Agapi G.
Web-Dorado team
#83035

Please Log in or Create an account to join the conversation.


Richard replied the topic: Allign Diashow

Hi there,

ofcourse I will give a positive review for photogallery!

Last question: We started this topic with the allign problem that I "solved" in the Theme itself. But when I do this there is some html code appearing in the CKeditor in WP.

When I made a new diashow on a different page I have to solve the problem again because the diashow will not allign centered. Is there a way to create some css so I can center it with the CKeditor in WP?

I'm using CKeditor becuase I have some problems with white lines in TinyMCE. But in CKeditor the problem is that I dont see the "picture" from photogallery but only the code for example "[Best_Wordpress_Gallery id="16" gal_title="Home"]" wich means that I can't edit the gallery/theme directly.

sample link: sightview.nl/NazNew/portfolio/newborn/

Regards,

Richard

#83095

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Allign Diashow

Hey Richard!

There's a quick solution for this as well! Please add a <center> tag around the shortcode of Photo Gallery. Here's an example of how it should look like:

<center> [Best_Wordpress_Gallery id="16" gal_title="Home"] </center>

Let me know if this works.
Thank you! Have a great day!


Kind regards,
Agapi G.
Web-Dorado team
#83199

Please Log in or Create an account to join the conversation.


Richard replied the topic: Allign Diashow

Ok, this works but everytime when I save the page there is an extra pagebrake in html?

When i add it and save it the code is as follow:

<p>
 
</p>

<center>
[Best_Wordpress_Gallery id="16" gal_title="Home"]
</center>

<p>
 
</p>


but when i save it for a second time it change to:

<p>
 
</p>

<p>
 
</p>

<center>
<br />
[Best_Wordpress_Gallery id="16" gal_title="Home"]
</center>

<p>
 
</p>

<p>
 
</p>

#83223

Please Log in or Create an account to join the conversation.


Richard replied the topic: Allign Diashow

Ok, this works but everytime when I save the page there is an extra pagebrake in html?

When i add it and save it the code is as follow:

<p>
 
</p>

<center>
[Best_Wordpress_Gallery id="16" gal_title="Home"]
</center>

<p>
 
</p>


but when i save it for a second time it change to:

<p>
 
</p>

<p>
 
</p>

<center>
<br />
[Best_Wordpress_Gallery id="16" gal_title="Home"]
</center>

<p>
 
</p>

<p>
 
</p>

#83225

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Allign Diashow

Hello Richard!

Most probably the text editor is adding this to prevent display issues. In any case, when you take a look at the frontend of the gallery, it looks as expected, and the break isn't present in the code.

Could you please take a look?
Thanks! Have a great day!


Kind regards,
Agapi G.
Web-Dorado team
#83307

Please Log in or Create an account to join the conversation.


Time to create page: 0.392 seconds
Powered by Kunena Forum

WORLD-CLASS SUPPORT

We are here for you every step of the way. Turn to our support with any questions you might have about our products and services. Our experienced customer care team is available to help you as fast as we possibly can.

Contact us