Hello @firatS,
You’ve been already replied in your topic.
Please check it.
Regards,
Eva Kemp.
Hello @firatS,
You’ve been already replied in your topic.
Please check it.
Regards,
Eva Kemp.
Hello,
That content is added by the plugin “Jetpack for WordPress.com”.
Try to deactivate it, clear browser cache and check the page.
Regards,
Eva Kemp.
Hello,
You can find functions.php file in the directory wp-content/themes/woopress/. To view it you need log in to your server via FTP (use some FTP client like FileZilla). Also your hosting provider support should explain you how to connect to the server via FTP to edit files.
Regards,
Eva Kemp.
Hello,
You can add images into menu only as described in the documentation:
https://www.8theme.com/demo/docs/woopress/#!/primary_menu
Regards,
Eva Kemp.
Hello,
This is just a warning, not an error.
It’s shown because you have the function display_errors enabled on your server.
Ask your hosting provider to disable it and warning will be hidden.
Regards,
Eva Kemp.
Hello,
You can add custom tab as described in the Woocommerce article:
https://docs.woothemes.com/document/editing-product-data-tabs/
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
To remove space on About Us page I’ve edited your code to this one:
hr.divider.space.about-us {
display:none;
}
Please check it now.
Regards,
Eva Kemp.
Hello,
1./2. Please provide us with FTP credentials.
3. Add this code in Theme Options > Custom CSS > Custom CSS for desktop:
.fixed-header-area .fixed-header > .container {
top: 20px;
}
4. Try to disable Ajax “Add To Cart” in Theme Options > Single Product Page and check filters then.
Regards,
Eva Kemp.
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.page-content {
margin-bottom: 0px;
}
To change color in footer use this css code:
.footer-top .product_list_widget .amount {
color: #000 !important;
}
.footer-top .twitter-list li a {
color: #000 !important;
}
Regards,
Eva Kemp.
Hello,
Please refer to Woocommerce article:
https://docs.woothemes.com/document/change-number-of-related-products-output/
Regards,
Eva Kemp.
Hello,
Please check if the issue persists with default WordPress theme (Twenty Fifteen).
Seems like it’s WordPress issue, not the theme.
So please check it with some other theme.
Thank you.
Regards,
Eva Kemp.
Hello,
You also have to edit the file wp-content/themes/royal/framework/theme-functions.php (find the section “Send message from contact form” in line 1385) and replace “website” code with “telephone number” that you created.
Regards,
Eva Kemp.
Hello,
I’ve edited the code to this one:
.woocommerce-breadcrumb, .breadcrumbs {
display:none
}
Please check the Checkout page now.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please add this code in Global Custom CSS:
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
border-color: transparent !important;
background-color: transparent !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a:hover, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
border-color: transparent !important;
background-color: transparent !important;
color: black !important;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active > a,.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab > a {
border-color: transparent !important;
color: grey !important;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active > a:hover, .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab > a:hover {
border-color: transparent !important;
background-color: transparent !important;
color: black !important;
}
.vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
border-color: transparent !important;
}
Regards,
Eva Kemp.
Hello,
Please update required plugins Ultimate Addons for Visual Composer, Visual Composer, Revolution Slider.
Did you edit theme files?
What changes has this issue appeared after?
Regards,
Eva Kemp.
Hello,
Our theme doesn’t have such code in style.css file.
Please refer to these articles
https://wordpress.org/support/topic/text-not-wrapping-around-image-images-not-aligning-properly
https://wordpress.org/support/topic/text-not-wrapping-around-image
http://www.lizjamieson.co.uk/79/how-to-add-imagesphotos-with-wrapping-text-in-wordpress/
https://wordpress.org/support/topic/text-not-wrapping-around-images-with-captions
http://codex.wordpress.org/Wrapping_Text_Around_Images
Regards,
Eva Kemp.
Hello,
This topic will be closed so you can continue conversation in the other one to avoid misunderstanding.
Thank you.
Regards,
Eva Kemp.
Hello,
As I see you’re using Advanced Tabs element that is related to Ultimate VC Addons plugin, in our demo we used Tabs element http://storage2.static.itmages.com/i/16/0122/h_1453487036_6706938_aefdf0c975.png . Please use it.
Regards,
Eva Kemp.
Hello,
The problem is caused by new Woocommerce plugin version.
I’ve reuploaded old Woocommerce version and now “Add to Cart” button is working properly. Clear browser cache and check.
As we haven’t released theme update yet we recommend to use old Woocommerce version.
Please wait for theme update and then you’ll be able to update Woocommerce.
Regards,
Eva Kemp.
Hello,
We need FTP and wp-admin credentials to check theme settings.
So please create FTP account and WP user to be able to investigate the problem.
Thank you.
Regards,
Eva Kemp.
Hello,
Sorry, but our colleague said there is no such feature.
To disable promo popup you have to tick “never display pop-up again” option.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
I’ve added this code in Global Custom CSS:
.header-type-10 .menu-wrapper .languages-area .widget-title span, .header-type-10 .menu-wrapper .languages-area .widget-title:after {
background-color: transparent;
}
Please check top bar now.
Regards,
Eva Kemp.
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.st-container .st-pusher {
overflow-y: hidden;
}
Regards,
Eva Kemp.
Hello,
Yes, the changes will be lost after theme update.
You can create child theme http://codex.wordpress.org/Child_Themes and make changes there.
Copy function code into child functions.php file and edit it to your needs.
Regards,
Eva Kemp.
Hello,
Please re-add tabs element and we’ll give you css code to modify tabs design.
Thank you.
Regards,
Eva Kemp.
Hello,
Please check reply in the other topic.
Regards,
Eva Kemp.