Forum Replies Created
-
in reply to: Revolution Slider displays only half of the image
Hello,
I added this css:
.list ul { float: left; }It’s ok now. Please check your site.
Best regards!in reply to: Service Media TitleHello,
I got the same situation only in Firefox. In Chrome it opened well all the time. Please try adding this css in your Custom Css box:
.services_media .overlay span { min-height: 270px !important; }Let me know if the situation persists.
Best regards!
in reply to: I have an annoying padding at the top and bottomHello,
Please add some wp credentials in a private reply. So I can check and fix it.
Best regards!
in reply to: Problems after theme updateHello,
In shop page the products are indeed in three columns, but one page is set to show a total of 8 products (screenshot). That is why there is an empty spot. Because after that last product the products to load are of the second page (screenshot).
This is not an option in theme, for you to change. It’s needed a snipped code. So i added this code in the theme’s functions.php file:
/** * Change number of products that are displayed per page (shop page) */ add_filter( 'loop_shop_per_page', 'new_loop_shop_per_page', 20 ); function new_loop_shop_per_page( $cols ) { // $cols contains the current number of products per page based on the value stored on Options -> Reading // Return the number of products you wanna show per page. $cols = 9; return $cols; }Now it shows 9 products per page.
-I fixed the menu as well. I increased the width of the linked area of the menu item, by adding this css in Specular > General Options > Custom Css:
nav .menu>li { padding-right: 0 !important; padding-left: 0 !important; } .header_12 nav ul>li a{ min-width:100px; } .header_12 nav ul>li:last-child a { min-width: 166px; } .header_12 .full_nav_menu nav ul>li:last-child { padding-right: 0 !important; }Please clear cache and refresh page.
Best regards!in reply to: Default to light theme on SpecularHello,
Sorry but for the pages, it is not this option. You can only assign the same page header for all pages in Specular > Header options > Default Page header, and also assign the header version for tags, taxonomies in Specular > Header Options > Archives Header. See screenshot: https://ibb.co/N1GvFh0
Or you can just set up the colors and settings of the light header version to the dark version. So by default, you will get the settings that you want.
Best regards!
in reply to: MenuHello,
Please use https://imgbb.com/ Upload your screenshot and share the link with us.
Let us know.
Best regards!in reply to: Size text footerHello,
Are you referring to the titles? To customize footer settings, please go to Appearance > Customize > Footer > Main Footer style.
See screenshot: https://ibb.co/Xyj9y9wLet us know.
Best regards!in reply to: Buton colorHello,
Please upload the screenshot here: https://imgbb.com/
Share the link with us. Also, if you can add a link of the site, that would be very helpful.Best regards!
in reply to: Problems after theme updateHello,
Please check in your dashboard if there is any message asking you to install the required plugins. Install them all. Update any plugin that requires an update. Add some wp credentials in a private reply. So I can help you get back the previous look.
This happened due to the long distance from the latest update. WordPress and other plugins are updated frequently to match the newest scripts and technologies. That’s why you should always keep the theme up to date.
Best regards!
in reply to: Change SlugHello,
Can you please go to Settings > Permalinks and make sure the “Post Name” is selected. If it still does not change, add some wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Revolution Slider displays only half of the imageHello,
You can actually customize it using custom CSS. Just add the
!importantto the attribute, so it takes precedence from the default CSS. I added this block in the homepage’s custom CSS box:.vc_custom_heading.wpb_content_element h2 { font-weight: 200 !important; } .block_title.column_title h2.h1 { text-transform: uppercase; letter-spacing: 1px; font-weight: 200 !important; }For the custom heading (screenshot) and the block titles you want.
Let me know if it’s ok.
Best regards!
in reply to: Translate WPML Portfolio ItemsHello,
Translating the portfolio items is the same as translating a normal page. Add the translated version of the item. Then add the translated content into the new portfolio item.
Check this video tutorial for a live demonstration.
Best regards!
in reply to: Order PortfolioHello,
You had the plugin “Post type Order” activated. This is a plugin that alters the order of the posts/portfolio items. This means the settings of the plugin will take over those of theme.
I deactivated it now and the portfolio order is changed instantly.
Best regards!
in reply to: Media images missingHello,
To be honest, i don’t know. There are included scripts (from external sources) that get updated anytime. So changes can happen sometimes to the site/theme. That’s why we keep on updating it.
However, we are here to help you with anything.
Regards!
in reply to: Logo smaller after theme upgradeHello,
I already did since the last time. Just clear cache and refresh pages. This is the layout now: https://ibb.co/M2LHR8R
Best regards!