Hello,
Please check https://www.8theme.com/demo/docs/legenda/#!/installation_upgrade (Requirements for Legenda) and provide wp-admin access in Private Content.
Regards
Hello,
Please check https://www.8theme.com/demo/docs/legenda/#!/installation_upgrade (Requirements for Legenda) and provide wp-admin access in Private Content.
Regards
Hello,
Please check design option http://prntscr.com/g3b8kz and provide wp-admin access in Private Content.
Regards
Hello,
Fixed. Please check now.
Regards
Hello,
All the premium plugins included in our theme are external and we have the right to build them into our theme as we purchase the Extended License for each of these plugins. The plugins run perfectly and are fully functional. There is no doubt that you can get the current plugin version directly from us. For that go to https://www.8theme.com/download-plugins/ page and you’ll get access to all necessary archives. These plugins registration is not obligatory! The plugins are functioning perfect without any activation. The plugin activation option was added in the plugin for the customers to get automatic updates and support directly from plugin developers. Only in case you need this features you will need to purchase and register the plugin. This is not only our practice but all the theme authors from ThemeForest.
Regards
Hello,
Thank you for being our customer.
Unfortunately, it is not possible to display different menu in fixed header, but you can use custom css to hide ‘right menu’ from main or fixed menu.
Regards
Hello,
Please see screenshots http://prntscr.com/g2yfkf http://prntscr.com/g2yg1j http://prntscr.com/g2ygfh http://prntscr.com/g2ygr1
Regards
Hello,
1. Sorry, seems it is not so simple. I’ve sent portfolio.php to email, try to use this one. You can change order to DESC in 594 line.
2. This articles may be useful https://developer.wordpress.org/reference/classes/wp_query/ https://developer.wordpress.org/reference/functions/get_terms/
http://php.net/manual/ru/control-structures.foreach.php
3. All available permalink settings you can find in Dashboard > Setting > Permalinks.
Please note, that additional customization in theme files is outside the scope of our support.
Regards
You’re welcome!
Regards
Hello,
You may use this code in Theme Options > Custom css:
.navbar {
padding: 20px 0;
}
Regards
Hello,
4. All available responsive options you can find https://vc.wpbakery.com/video-academy/control-responsiveness-visual-composer-wordpress/
5. You can add class http://prntscr.com/g2wehx and write custom css code, for example, http://prntscr.com/g2wf11 or use another image to display it only on mobile.
Please note, that I can give you only main hints, because we provide support for our theme. The same situation with images on the site you will have with default theme. To display content as you want, you need to have appropriate skills.
6. Please try http://prntscr.com/g2wix4
I do not face problem when trying to edit Victoria static block http://prntscr.com/g2wjxo. Please try to use another browser.
Regards
Hello,
Please read this topic https://www.8theme.com/topic/api-request-call-error-contact-your-server-providers-and-ask-to-update-openssl/
Regards
Hello,
Please provide wp-admin and FTP access in Private Content.
Regards
Hello,
Please check https://www.8theme.com/demo/docs/legenda/#!/installation_upgrade (Requirements for Legenda).
Unfortunately, menu can’t be imported, you need to create an own menu. Please read our documentation https://www.8theme.com/demo/docs/legenda/#!/primary_menu and watch video https://www.8theme.com/videos/.
I can provide screenshots of our demo menu http://prntscr.com/g2vxiz http://prntscr.com/g2vxms http://prntscr.com/g2vxsk http://prntscr.com/g2vy0t http://prntscr.com/g2vy4v http://prntscr.com/g2vy8x
You can use BBPress plugin to create forum https://bbpress.org/ .
Regards
Hello,
Please also provide wp-admin credentials.
Regards
Hello,
You can add 3 banners on page and set appropriate links http://prntscr.com/g2vms4
To find out needed links simply add in shop sidebar > Filter by price widget http://prntscr.com/g2vnen then go to shop page and http://prntscr.com/g2vo4h, then add links on banners and delete the widget from the sidebar.
Regards
Hello,
This code you can use in Custom css to change pink space:
.page-content {
margin-bottom: 30px;
}
To change space in footer:
.footer-top p {
margin: 0;
}
Other spaces depend on contents that displayed on pages. You can use browser inspector tools to find out needed classes and write code. Please, read article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/
Feel free to ask if you need any other help
Regards
You’re welcome!
Regards
In this case, to add also
.shop_table .shipping td label {
font-size: 11px;
}
Regards
I’ve copied the function in function.php of your child theme and changed Archive by category to Archive by category 11. Please check and write needed text.
Regards
Please use:
.shop_table .shipping td {
width: 300px;
}
Regards
Hello,
Please read how to get API key https://developers.google.com/maps/documentation/javascript/tutorials/adding-a-google-map#step_3_get_an_api_key .
Then you need edit the file wp-content/themes/blanco/code/shortcodes.php, find the line wp_enqueue_script('google.maps', 'http://maps.google.com/maps/api/js?sensor=false');, replace the code with this http://maps.google.com/maps/api/js?key=YOUR_API_KEY&sensor=false');, add your API key instead of “YOUR_API_KEY” text in the link.
Regards
Hello,
1. You can add 'orderby' => 'slug', in get_etheme_portfolio function (woopress/framework/portfolio.php file) http://prntscr.com/g2iozp
We recommend you to make changes in a child theme.
2. If you need help with additional customization you may contact WPKraken team because this is outside the scope of our support.
Regards
Hello,
Sorry for the delay.
Yes, disable all the plugins and activate one by one to find which plugin causes the damage.
Go to Edit page > Page Layout (Use custom footer for this page, Header type, Custom header, Custom navigation for this page, Logo image for this page).
Regards
Hello,
Could you please provide wp-admin access in Private Content?
Maybe our documentation and videos would be helpful for you https://www.8theme.com/demo/docs/royal/ https://www.8theme.com/videos/
Regards
Hello,
To be able to see the menu right, you need select appropriate header type, for example, 17 or 18 type. Also, you can create Custom Header (Theme Options > Header Types).
Regards
Hello,
Please use this code
global $post;
esc_html( get_the_title( $post->'ID' ) );
global $post;
$subject = esc_html( get_the_title( $post->'ID' ) );
Regards
You’re welcome!
Regards
Seems it already looks fine http://prntscr.com/g2g2cw Please explain needed result, note that it is the gallery and you can’t display posts one by one.
Regards
Hello,
You can find our registration function in royal/framework/theme-functions.php file.
We recommend you to make changes in a child theme.
Regards