Forum Replies Created
-
Hello,
You can change thumbnails size at the file functions.php.
Find the line:add_image_size( 'blog', 825, 340, true );
and change the size.
Then recreate the thumbnails or re-upload the image.Best regards!
in reply to: Footer Doesn't Stick to Bottom of PageHello,
Sorry, can you show us your site url? It happens when you have not added any content on page or few content.
Best regards!
in reply to: Issue Importing Demo Data (Default)Hello,
Do you have the latest theme version (vs. 1.2.6)?
Even if the progress bar stops sometimes the import is completed. Please check if the content is imported.If you still are having problems write your site credentials in a private reply and I can check it.
Best regards!
in reply to: How can I reduce this distance?Hello,
Can you write your site url?
Best regards!
in reply to: Publish Upcoming EventsHello,
the theme doesn’t have any option for events. To manage events you can use any plugin.
Are you talking about the section here https://codeless.co/specular/church/ ‘Upcoming events’?
Here we have used recent posts element (codeless element on Visual Composer).Best regards!
in reply to: Background and Google ChromeHello,
First, please download the latest theme update.
You have added a big image, added it directly on WP editor, also you have added layerslider with shortcode.
The best way is to use Visual Composer. You can add easily image and sliders with it and they will be perfectly responsive.About theme looks fine on responsive mode boxed version.
I also suggest you to not use the third party plugin shortcodes, as they can conflict with the theme.
Best regards!
Hello,
The recent portfolio element doesn’t have arrows in carousel mode, you can just drag it.
We will add this feature on the next theme update.Best regards!
in reply to: Internal Server Error 500Hello,
We are working on but we can’t read the error logs.
Please can you get them from then backend panel and set to us.
Only in that way we can identify the issue.
Let us know.
Regards!
in reply to: Home touch issuesHello,
This is strange. What third party plugins do you have installed? Try to disable them and try it on mobile.
Let us know.Best regards!
in reply to: changing button text colourHello,
Please change the code you added to:
#content a:not(.vc_btn) { color: #D22A72 !important; }Best regards!
in reply to: Fixed menu for mobileHello,
Please add these css code at Custom Css Code aat general options:
@media (max-width: 767px){ .header_1 .header_wrapper, .header_4 .header_wrapper { position: fixed !important;} .top_wrapper { padding-top: 110px !important; } }Best regards!
in reply to: Circle Image code not workingHello,
Can you show us your site url?
Best regards!
in reply to: How do I change the text in Cyrillic?Hello,
Please try to translate this texts with po/mo files.
https://codex.wordpress.org/Translating_WordPress
The poedit software https://poedit.net/wordpress
Let us know if this help you.
Regards!
in reply to: Circle Image Short CodeHello,
You must put the image link between the image tags.
It will be displayed.Best regards!