Forum Replies Created
-
in reply to: Date on news in footer not shown
Hello,
Please go to Appearance > Widgets, find the ‘Recent Post’ widget you added in the footer’s second column and uncheck “Display post date?” box.
Best regards!
in reply to: Container not responsiveHello,
Yes, please send us your credentials in a private reply. We can do it for you.
Best regards!
in reply to: Installation stopped at 65%Hello,
Please go to General options > Header Options > Menu Options > Menu Items padding/margin and increase the padding/margin values between menu items.
Let us know if you need further help.Best regards!
in reply to: Codeless Element Single StaffHello,
Glad to know you figured it out.
Best regards!
in reply to: Product Imgaes & Layout, and Cart Button FormattingHello,
1- Please go to file wp-content\plugins\woocommerce\includes\wc-template-functions.php and find this function:
function woocommerce_cross_sell_display( $posts_per_page = 2, $columns = 2, $orderby = 'rand' )
edit post per page and columns value from 2 to 4. Save changes and refresh cart page.2-Do you mean that you want 4 column of products in shop page? In this case just remove the sidebar from shop page.
3-Please send a link where is this. So i can understand better.
4-Add this code into your custom css box:
table.cart td.actions .button, table.cart td.actions .checkout-button { padding: 13px 10px !important }Best regards!
in reply to: Header/Sticky Nav visual shift & space above sliderHello,
1-Because you have set on the “Make Transparency Header” in Header options, the slider gets under the header when in full width layout.
If you want to keep full width layout then remove the header transparency.2-I don’t get the effect you are mentioning. Did you manage to fix it?
Let us know.Best regards!
in reply to: tower-can not import demo dataHello,
I see you have some pages created already. What demo do you want to import? Please deactivate all third party plugins first. Let us know so we can proceed.
Best regards!
in reply to: full blog element – TITLE DIMENSIONHello,
1-Please go to General Options > Typography Options > Heading 1 Font style, increase the line height to your wish.
2-Please add this cod einto your custom cs sbox:
.blog-article.format-quote .media { display: none; }3-Change blog column number in Blog Config > Blog Masonry Columns.
Best regards!
in reply to: Woocommerce Template Files out of dateHello,
I added this code at the end of functions.php file:
add_filter( 'add_to_cart_text', 'woo_custom_product_add_to_cart_text' ); // < 2.1 add_filter( 'woocommerce_product_add_to_cart_text', 'woo_custom_product_add_to_cart_text' ); // 2.1 + function woo_custom_product_add_to_cart_text() { return __( 'Product Info', 'woocommerce' ); }And i commented out the css code that removed the button.
Please read more about it, in this article:Best regards!
Hello,
The code removes the arrows completely. I don’t see any circles in mobile slider (screenshot). Can you send a screenshot of them?
Best regards!
in reply to: Woocommerce Template Files out of dateHello,
-I unchecked the “Enable AJAX add to cart buttons on archives” in WooCommerce > Settings > Products > Display;
-I corrected the code pasted in file functions.php. You had not pasted it at the very end of the file, but inside the last function.
Please check your shop page. Every “Add to chart” leads to product profile page.
If you want to remove the button and let only the image as link, then add this code into your custom css box:.woocommerce ul.products li.product:hover .button, .woocommerce-page ul.products li.product:hover .button { display: none; }Best regards!
-
This reply was modified 10 years, 2 months ago by
Mirela.
Hello,
I edited the cod eto this:@media (max-width: 480px){ .slider#slider-fullwidth { min-height: inherit !important;} .codeless_slider .nav-roundslide a { display: none;} }You had left out the
!important;from the first line of code, while i edited the second line. Please check your site, it is ok now.Best regards!
in reply to: Portfolio OrderHello,
No, the theme is not responsible if this plugin is not working. We have used it on our side and it does re-order successfully all custom posts. Try to deactivate all third party plugins you have installed. Maybe one of them is conflicting with it. Or try to clear cache. You have be seeing an old version of the page where the changes are not reflected yet.
Best regards!
Hello,
I can’t test this in the actual device, but i have tested it in online screen resolution generators and i don’t see the issue.
Can you please send us the dimensions of it and a screenshot, so i can get a better view of what’s to fix.Best regards!
in reply to: Fixed NavigationHello,
That’s because in the home page you have parallax effect enabled. If you set it off(the parallax), it will be ok in home page as well.
Best regards!
-
This reply was modified 10 years, 2 months ago by