-
Search Results
-
Topic: Shop page not displayed
Hello. Could you please check my shop page.
It shows correctly on most computers, but it stoped showing on my laptop. It gies a static 404 error page.
http://systemkit.ru/shop/Modifications
Quick CSS#top .price span, #top del, #top ins { display: inline; text-decoration: none; font-size: 25px; line-height: 24px; font-weight: 600; color: #8197e5 } @media only screen and (max-width: 767px){ .responsive #socket .sub_menu_socket { display: block !important; }} @media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block !important; }} .woocommerce-message { display: none !important; } @media only screen and (max-width: 767px) { #top .av-image-caption-overlay { display: none !important; }} #top .main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type='submit'], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .iconbox_top a.iconbox_icon:hover, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside:before, .main_color .comment-count, .main_color .av_dropcap2, #top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text, .main_color .av-colored-style .av-countdown-cell-inner, .responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover { background-color: #92b935; } .woocommerce-main-image.zoom.lightbox-added { border-color: #ffffff; } @media only screen and (max-width: 989px) { .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide { left: 60%; }} @media only screen and (max-width: 767px) { .responsive #top .cart_dropdown { right: 4.5%; }}Functions.php
add_theme_support( 'avia_custom_shop_page' ); /* ** Отключение вкладок на странице товара */ add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 ); function woo_remove_product_tabs( $tabs ) { unset( $tabs['description'] ); // Убираем вкладку "Описание" unset( $tabs['reviews'] ); // Убираем вкладку "Отзывы" unset( $tabs['additional_information'] ); // Убираем вкладку "Свойства" return $tabs; }Hi,
I’m having an odd issue. When I create a shortcode and place it in the page using the advanced editor, it appears right at the top of the rendered page, completely out of order. I have tried placing the shortcode in both a code block and a text block, but the result is the same.
I have tried the same code on a second Enfold website and I get the same result.
As I can’t find any search results to show others having this issue, I assume I’m doing something dumb!
I’m creating the shortcode in functions.php, for example:
function test_shortcode( ) { ?> <h2>My Shortcode</h2> <?php } add_shortcode( 'shortcode', 'test_shortcode' );Any advice very much appreciated. What little hair I have left is being pulled out!
Regards,
Ash
Hello,
i’m not a skilled developer, but may be you could help.
I need to transfer some code (php+js) from my customer old site to new one. What i’ve done:
1) Created specific template
2) CopyPaste single.php code at this template
3) Tried to add this (old site code) at this templateBut the best i have you can see here http://omarketing.hostenko.com/lv/instrukcijas/, as you see my form is below the main entry field and sidebar. The result i need structurally you could see here: http://www.ddrosiba.lv/instrukcijas-darba-aizsardziba/
What i have at the moment is here: http://omarketing.hostenko.com/lv/instrukcijas/Adding my code at the moment, also.
Hope you can helpP.S.
Yes, i can fix it using smth like:
form {
float: left;
margin-top: -68%;
min-width: 56%;
}but, it seems durty aproach for me.
Hi all,
I’ve searched for it but not sure if it’s been done. I have a work page using a parallax plugin for desktop versions. However, the parallax images aren’t responsive and don’t scale well for mobile screens.
My question is: When viewed at a certain size (like mobile screens) can I call up a different page in place of the page used for my work page.
What I want to do is replace my work page with a simple masonry gallery for mobile screens. Or even keep the page, but replace all content with a masonry gallery when on mobile.
My work page: http://marienlely.com/work
I would like to replace it with a masonry gallery. An example of a gallery I already have is shown at the bottom of my homepage. This shows all my work links, but in condensed masonry gallery form.
Home page: http://marienlely.com/
Another solution could be removing the work link from mobile and just showing the home page. Since the masonry gallery is already here I can use that as my work mobile page as well. I would prefer option 1 though if possible.
let me know if this is possible. Thank you!
Topic: Footer Scrolldown
Dear team,
I have tested many hours, have read topics and manuals :-) but I havent found a workaroud. On this page http://goo.gl/yw1LPJ comes the footer with (I think) parallax effect. I scroll down and then I see the footer – he ist not static like on the demos.
How I can build this in enfold? You have ideas?Thanks for the perfect help!
I just added a quick css which enable the logo overlap the slider on below. Initially this logo need to be shrinks down together with the sticky menu on scrolling up. Have tried several things, but none of them work as i aspect to. Possible to make this responsive on both mobile & desktop?
Appreciate if someone can assist me. Thanks.Logo is overlap the slider
http://goo.gl/MJbhjflogo do not shrinks down together with sticky menu
http://goo.gl/TThW0bThis is what I need on the result
http://goo.gl/6xBuxiHi, we have been losing a lot of time trying to customise the spacing at the top of http://rubicab.com.au
What we want to achieve is:
1. MUCH LESS WHITE SPACE AROUND THE TEXT which says
We Design, Supply & Build Outdoor Decking, Fencing Projects, Granny Flats with Innovative and Low Maintenance Building Materials2. A bigger LOGO – we have a 500×167 image in there at the moment but obviously something in CSS is constraining it. Ideally, the logo should not be tied to the white space under the menu items.
3. Lower down: Reduce the spacing between “What our customers say about us” and the pictures under them.
3. Please supply code we can put in Quick CSS
Thank you.
Hi,
Very very strange stuff is happing to one of my client sites http://farmersmark.com
All links (including the main navigation menu) are the browser default blue and purple.
This is the same site that the header background color disappeared and we had to add the #header color in the custom css.
I also just noticed that the mobile menu no longer appears.
What the heck is going on?
Here is what I have done:
Disabled all plugins, deleted all custom css, all custom code in the function.php file. No luck
I then totally deleted the enfold theme and uploaded a fresh install. Still no luck.
I then tried to start over with a new child-theme only to find out that info must be stored in the database because the new child-theme immediately took on all of the styling of the old one except for the custom.css.Any ideas? I’m not sure what to do but each time I need to do something to the website it seems to show more issues. I am the only one with WP admin or FTP access.
Thanks,
Slade****Update**** Things may look “normal” when you look. I had to individually set the color of all the links in the child-theme.
If you look in the child-theme stye.css file you will see at the very top everything I had to “temporarily” fix.
Viewing 30 results - 93,271 through 93,300 (of 142,711 total)
