Forum Replies Created
-
Hello,
There is some access restriction in your site. Please see screenshot: https://pho.to/AiWbf
Let us know.Best regards!
in reply to: Changing font and size of textHello,
You can customize text in General Options > Typography Options. You have font style options in Header Options and Styling Options as well.
Let us know.Best regards!
in reply to: dummy data import – constructionHello,
Please make sure first that you have enough memory limit. What theme version are you running? Please send us some valid wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Client widgetHello,
You need to have a ftp account or cpanel. Go to the wordpress root folder and follow this path: wp-content/themes/specular/js/main.js (please note that it’s main.js not main/js).
See screenshots: https://pho.to/AiWV8
Ask you hosting provider to help you with the ftp account or cpanel account.Best regards!
in reply to: Single Staff widgetHello,
Please add this code into your custom css box:
.single_staff .featured_img { width: 80% !important; }Let us know.
Best regards!
in reply to: Team WidgetHello,
-To change the team member image dimensions, please add this code into your General Options > Custom CSS box:
.services_medium img { width: 200px !important; height: 200px !important; }Change the value to your wish.
-You can style the description text of the staff members by using the “Visual” text editor in Single Staff options. See screenshot: https://www.clipular.com/c/5100628474068992.png?k=kdNUjo6SHI7BOrIh8hhCj8PPoSs
Let us know.
Best regards!
in reply to: Reduce image size of postsHello,
Please read this article regarding the change of image sizes:
https://support.codeless.co/?ht_kb=ideal-image-size
Let us know.Best regards!
in reply to: revolution slider : slider with alias not foundHello,
Where is this happening? What page? Please send us some valid wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Media Grid Opening Image in New Tab (Not Lightbox)Hello,
The “Responsive Lightbox” plugin is the culprit. I deactivated it and the light box is ok now (screenshot). Please check your site.
Best regards!
in reply to: Client widgetHello,
Please go to file js/main.js and find these lines:
function clientsCarousel(){ "use strict"; var $self = $('.clients_caro'); if($self.length){ $self.css('display', 'none'); $self.imagesLoaded(function(){ $self.css('display', 'block'); $self.carouFredSel( { items:4, auto: false,Edit out
auto: false;toauto: true;
Save changes.Best regards!
in reply to: Client widgetHello,
The Custom Css box is located in your General Options. See screenshot: https://pho.to/AiP7k
All custom code added here is stored in the database so it won’t be lost or overwritten by any future theme updates.
Let us know.Best regards!
in reply to: Client widgetHello,
Please add this code into your custom css box:
.clients .item a img { opacity: 1 !important; }Let us know.
Best regards!
in reply to: Media Grid Opening Image in New Tab (Not Lightbox)Hello,
I understand your issue. I checked it and you are right it does not work on your site but this is a limited case. I have tested it and this does not happen on our side. So the theme or it’s included plugins are not the culprit.
Please check your credentials again as i am not able to login with these. See screenshot: https://www.clipular.com/c/5372088392351744.png?k=OITQr2MrFDSL0tm8kDnD8SJKbj4Let us know.
Best regards!
in reply to: ResponsiveHello,
Are you referring to this: https://pho.to/AiNoL ? The title in the header before the breadcrumbs is displaying ok. Where are you trying this? What device?
Let us know.Best regards!
in reply to: Content Left AligmentHello,
The php version is not an issue. We have tested it with php 7.0 and it does not have any incompatibility with theme. If it would have, these issues would be present since the very first time you open the site in the browser.
This layout issue is not consistent, but happens only after some page refresh.
I suggest you check that all theme files are being accessed (loaded) at the right time. You could install a cache plugin or use CDN to make your site faster in loading files.
Read this article for more: https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/Let us know if the issue persists.
Best regards!