Forum Replies Created
-
in reply to: Blog pagination issue
Hello,
Please replace the current content of file vc_templates/home_blog.php with this:
<?php /** * Shortcode attributes * @var $atts * @var $style * @var $posts_per_page * @var $dynamic_from_where * @var $dynamic_cat * Shortcode class * @var WPBakeryShortCode_Home_Blog */ $output = ''; $atts = vc_map_get_attributes( $this->getShortcode(), $atts ); extract( $atts ); ob_start(); $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; if($dynamic_from_where == 'all_cat') query_posts('posts_per_page='.(int)$posts_per_page.'&paged='.$paged); else query_posts('posts_per_page='.(int)$posts_per_page.'&cat='.$dynamic_cat.'&paged='.$paged ); global $for_element; $for_element = true; $GLOBALS['paged'] = $paged; get_template_part( 'includes/view/blog/loop', $style); wp_reset_query(); $output .= ob_get_clean(); echo $output; ?>I can’t do it for because the ftp does not allow importing changes files. Also you have an old version of WordPress and so, i can’t access this file from the Appearance > Editor either.
Then check your page, the pagination should be ok.
Let us know.Best regards!
in reply to: Error establishing a database connectionHello,
This is a server issue.
Your site loses the connection with the database which is located in the server. I suggest you contact your host provider and ask their assistance on this.Best regards!
in reply to: Requesting a refundHello,
Sorry for the late reply.
Please open a refund request in Envato support. They will guide you further with the necessary steps.Best regards!
in reply to: Service icons not appearingHello,
Are you referring to the “Purchase Now” button? I see this is a Visual Composer button. So to further customize it, like changing it’s color, you need to open the Visual Composer element’s options. See screenshot: https://postimg.cc/image/g65wv1wp3/
Change here the color. Save changes and refresh page.
Let us know if this is what you needed.Best regards!
in reply to: Cant view colors and other options in filtersHello,
Your site is not showing in the normal form. You have many cross-origin errors showing in the console. This means that your site is loading on https protocol, while there are important files being called in http protocol. Resulting in some files not being loaded at all.
You can fix the current issue of products not showing up by adding this css into Customize > General > Custom Codes > Custom Css:.shop-products[data-grid-cols="4"] .product_item { opacity: 1 !important; width: 30%; float: left !important; }Screenshot: https://postimg.cc/image/jbqil72fr/
But in order to have the icons displaying properly, you need to fix the cross-origin issue as well (screenshot).
Contact your host regarding it.Best regards!
in reply to: "Account Login" on moible & search problemHello,
1-Changing the search style to this one, requires more coding than the above. Sorry but this is a customization not included in support.
2-For menu display in the iphone 5 screen, please add this code:
@media (max-width: 340px){ .extra_tools_wrapper { display: block !important; visibility: visible !important; }}Best regards!
in reply to: Custom WP Bakery Page Builder ?Hello,
Yes, theme does customize some of the plugins files to match theme’s style. But the main plugin files that you install in Plugins menu, are not altered in any way.
Please make sure to have installed all required plugins for theme. Let us know how it goes.Best regards!
in reply to: Menu style colorHello,
The color of menu items on hover, and that of the underline as well are taken from theme’s primary color. If you want to keep the current primary color selected and change only the menu color then you will need to use custom css.
Try this code:.header_container.menu-full-style #navigation nav > ul > li > a:hover { color: #337ab7; } .header_container.menu_style-border_effect_two #navigation nav > ul > li > a:hover:after { background-color: #337ab7; }Add it into Customize > General > Custom Codes > Custom Css. Cahnge the color value to your wish.
Let us know.
Best regards!
in reply to: Service icons not appearingHello,
The element you have in your screenshot is a Visual Composer element. While the service element we send you is the Codeless Builder service element.
These are completely different and independent elements, belonging to two different builders.If you want to use the Visual Composer element, i suggest you try searching the icons in the search field. We are sorry for the inconvenience. I have notified the develoeprs and we will fix this in the next theme update.
In the mean time you can use the Codeless Builder Services (which is the main builder of theme).Best regards!
in reply to: state county issueHello,
Please know that this situation is not present on our side. You have errors in your site and i suspect this is the cause of your issue. Please deactivate all third party plugins you have and try again.
Let us know.Best regards!
in reply to: InstallationHello,
We have answered to your email already. Please check the site and let us know if you need further help.
Best regards!
in reply to: Update WPBakery Page Builder 5.4.7Hello,
Yes, of course. We will keep on updating theme and all it’s included plugins in the future.
As for now, i can’t give an ETA of when the next update will be, but you can be sure that theme will work perfectly untill the next release.Best regards!
in reply to: Porfolio categories issueHello,
If you changed anything from the wordpress or codeless builder options, then there should be no problem. If you have altered the code directly, however, then this can cause issues.
Can you please let us know more details? What options did you change? So i can try reproducing the same situation on my side and test it.Best regards!
in reply to: Menu at top of page turns whiteHello,
This happened because the slides of Codeless Slider were set to have a light header style. I changed that for each of the slides in Codeless Slider options > Slide Options > Layout > Menu & Slider Navigation Color (screenshot).
Please refresh your site. It should be ok now.Let us know.
Best regards!
in reply to: Edit "Logged Out" version of My AccountHello,
What do you want to change in it? The responsive file is \june\woocommerce\myaccount\form-login.php
1-To add/remove the social login (screenshot) go to YITH plugin > Social Login > uncheck the socials used as additional ways to register.
2-To add/remove the registration form(screenshot), go to Woocommerce > Settings > Accounts > Customer Registration, uncheck the “Enable customer registration on the “My account” page.” checkbox.Let us know.
Best regards!