-
AuthorSearch Results
-
November 3, 2016 at 7:51 am #707607
In reply to: TEXT BOX CHANGES NOT TAKING EFFECT
Hi Eric,
Yes the TinyMCE plugin should be safe to activate again, sorry for not checking that. Thanks for the kind words though I should have spotted that Page Builder plugin much earlier, glad everything is working now though :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardNovember 3, 2016 at 7:48 am #707605Hi,
Thank you for the kind words.
1. Glad it works!
2. In the theme options Enfold > Header > Extra Elements > Header Social Icons > select Top bar right.
If that does not work keep the social icons in main header active and try adding this at the very end of your themes / child themes functions.php file:
function mobile_menu_social_icons(){ ?> <script> jQuery(document).ready(function(){ var htmlString = jQuery('.social_bookmarks').html(), mobileMenu = jQuery('#mobile-advanced'), desktopMenu = jQuery('.av-main-nav'); mobileMenu.prepend('<ul class="noLightbox social_bookmarks">' + htmlString + '</ul>'); desktopMenu.prepend('<ul class="noLightbox social_bookmarks">' + htmlString + '</ul>'); console.log('<ul class="noLightbox social_bookmarks">' + htmlString + '</ul>'); }); </script> <?php } add_action('wp_head', 'mobile_menu_social_icons');3. To fix the search icon hover state :
#menu-item-search a { padding-right: 15px!important; }If you still have any issue please let us know and we might have to take a closer look at the settings so Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayNovember 3, 2016 at 7:25 am #707593In reply to: Gap In Gallery
Hey rlogan2334,
I can’t see the issue on my end, the gallery looks good on my end unlike what is shown in the image you posted. Can you tell us what device you used to view it? Desktop, ipad, mobile device, etc. What browser is used? chrome, firefox, safari, ie. And if desktop what OS is used? like Windows 10, MAC OSX, etc.
Best regards,
NikkoNovember 3, 2016 at 7:21 am #707590In reply to: anyone knows layerslider wp updates?
Hey ngavy,
Please refer to this thread: https://kriesi.at/support/topic/update-layerslider/
Best regards,
NikkoNovember 3, 2016 at 7:01 am #707580In reply to: Hyperlinks do not work anymore
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardNovember 3, 2016 at 6:52 am #707569In reply to: Page shows a lot of errors since last update
Hi,
Ok great, we’ll keep the thread open in case you should need any further help on the topic.
Best regards,
RikardNovember 3, 2016 at 6:50 am #707568In reply to: Custom Styles in
Hey thereselloyd,
Kindly follow the instructions on this thread: https://kriesi.at/support/topic/how-to-disable-dynamic-css-style-on-frontback-end/
Best regards,
NikkoNovember 3, 2016 at 6:49 am #707567In reply to: Filter of Masonry not displaying
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardNovember 3, 2016 at 6:17 am #707550Hi,
We can resize the countdown on mobile view. Please add this in the Quick CSS field:
@media (max-width: 989px) { .flip-clock-wrapper ul { width: 18px; height: 20px; } .flip-clock-divider { height: 20px; } .flip-clock-dot.top { top: 13px; } .flip-clock-dot.bottom { bottom: 13px; } .flip-clock-wrapper ul li a div div.inn, .flip-clock-wrapper ul li a div { font-size: 11px !important; line-height: 20px; } }Best regards,
IsmaelNovember 3, 2016 at 6:13 am #707547In reply to: setting a Background image in Enfold Wedding Theme
Hi Ismael,
My apologies for taking so long to reply. I have been waiting for my daughter to send the image whe wants used as the background. I have now attached the screen shot of the website now set to boxed layout. I knew it was set to stretched but figured there was no point in changing it as I did not see how to set the background image.
I have also added the background image which we want to set up around the sides and top of the site. Note that the image currently at the top of the site would be removed once the background image is in place. Its just there now to sort of show what it would look like.
Where it is currently black, we want there to be the image showing. Actually, need it to be wider than the black.
Can you let me know how to do it, or provide the code for that? Thanks for your help :)
November 3, 2016 at 5:42 am #707524In reply to: Change distance between widgets in the sidebar
Hey Tarakbc,
Try to add this code in Quick CSS (located in Enfold > General Styling):
.sidebar.sidebar_right .widget { padding-top: 0 !important; }Hope this helps :)
Best regards,
NikkoNovember 3, 2016 at 5:35 am #707516In reply to: Appearance not right on smartphone
Hey Dick,
If you want to show a textblock or anything on mobile and hide on desktop, just add this to custom class of that textblock, or other modules hide-desktop, if you want to hide it in mobile and show it in desktop you just need to add this class hide-mobile and add this code to Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 767px) { .hide-mobile { display: none !important; }If that doesn’t work, can you post a screenshot so we can easily identify the issue.
Best regards,
NikkoNovember 3, 2016 at 4:57 am #707504In reply to: Footer differs on one page
Hi Lyse,
Kindly add this code to Quick CSS:
.av-minimum-height-50 #footer { border: 0; } .av-minimum-height-50 #footer .container { height: auto !important; } .main_color #footer a, .main_color #footer strong, .main_color #footer h3, .main_color #footer a { color: #fff; } #socket .sub_menu_socket li { border-color: #222 !important; } #top #wrap_all #socket .social_bookmarks li a { color: #fff; }Let us know if it works :)
Regards,
NikkoNovember 3, 2016 at 4:40 am #707497In reply to: Mobile menu icon changed to girl emoji
Hey!
It was good when I checked it on a mobile device, can you let us know what device you are using to check it? also can you try to remove this code and check (if it doesn’t work, you can return the code to its place):
function modify_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery'); if(!function_exists('avia_register_frontend_scripts')) { if(!is_admin()){ add_action('wp_enqueue_scripts', 'avia_register_frontend_scripts'); } function avia_register_frontend_scripts() { $template_url = get_template_directory_uri(); $child_theme_url = get_stylesheet_directory_uri(); //register js wp_register_script( 'avia-compat', $template_url.'/js/avia-compat.js', array('jquery'), 1, false ); //needs to be loaded at the top to prevent bugs wp_register_script( 'avia-default', $child_theme_url.'/js/avia.js', array('jquery'), 1, true ); wp_register_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery'), 1, true ); wp_register_script( 'avia-prettyPhoto', $child_theme_url.'/js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.1.5", true); wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true); wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'avia-compat' ); wp_enqueue_script( 'avia-default' ); wp_enqueue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-prettyPhoto' ); wp_enqueue_script( 'avia-html5-video' ); if ( is_singular() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } //register styles wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), '1', 'screen' ); //register default style.css file. only include in childthemes. has no purpose in main theme wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), '1', 'screen' ); wp_register_style( 'avia-base' , $template_url."/css/base.css", array(), '1', 'screen' ); wp_register_style( 'avia-layout', $template_url."/css/layout.css", array(), '1', 'screen' ); wp_register_style( 'avia-scs', $template_url."/css/shortcodes.css", array(), '1', 'screen' ); wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), '1', 'screen' ); wp_register_style( 'avia-prettyP', $child_theme_url."/js/prettyPhoto/css/prettyPhoto.css", array(), '1', 'screen' ); wp_register_style( 'avia-media' , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' ); //register styles if($child_theme_url != $template_url) { wp_enqueue_style( 'avia-style'); } wp_enqueue_style( 'avia-grid'); wp_enqueue_style( 'avia-base'); wp_enqueue_style( 'avia-layout'); wp_enqueue_style( 'avia-scs'); wp_enqueue_style( 'avia-prettyP'); wp_enqueue_style( 'avia-media'); global $avia; $safe_name = avia_backend_safe_string($avia->base_data['prefix']); if( get_option('avia_stylesheet_exists'.$safe_name) == 'true' ) { $avia_upload_dir = wp_upload_dir(); $avia_dyn_stylesheet_url = $avia_upload_dir['baseurl'] . '/dynamic_avia/'.$safe_name.'.css'; wp_register_style( 'avia-dynamic', $avia_dyn_stylesheet_url, array(), '1', 'screen' ); wp_enqueue_style( 'avia-dynamic'); } wp_enqueue_style( 'avia-custom'); } }Best regards,
NikkoNovember 3, 2016 at 4:30 am #707495Hi,
I have checked the backend of mulligan101’s site (in this thread) and found out that this plugin causes the issue: Woocommerce Poor Guys Swiss Knife. It works properly using Enfold 3.8 and Woocommerce 2.6.7 when that plugin is deactivated.
Best regards,
NikkoNovember 3, 2016 at 4:30 am #707494In reply to: Blog feed on homepage styled like blog page?
Hey 1lizcollins,
Thank you for using Enfold.
Please add this in the Quick CSS field:
#top .fullsize .template-blog .blog-meta { float: left; margin-left: 0; margin-right: 0; } #top .fullsize .template-blog .post .entry-content-wrapper { padding-left: 50px; overflow: hidden; }Best regards,
IsmaelNovember 3, 2016 at 4:18 am #707493In reply to: Specific page table styling and form select
Hi,
1) the color of the “alternate” row that has a dark grey background to a light grey, say #d4d3d2
Is this already done? I could see these rows already in #d4d3d2, but if you want to change it you can add this code to Quick CSS:.main_color #wwof_product_listing_ajax_content tr:nth-child(odd) { background: #ddd; }2) the variations “select: box within each row to alternate to #fff for row with light grey, and to light grey #d4d3d2 for the white row
.main_color #wwof_product_listing_ajax_content tr:nth-child(even) { background: #efefef; } #top .main_color #wwof_product_listing_ajax_content select { background: #fff; }Just adjust the colors as you see fit. Hope this helps :)
Best regards,
NikkoNovember 3, 2016 at 3:31 am #707487Hi,
You can and should disallow or block search pages or every url with the search query in the robot.txt file.
User-agent: * Disallow: /search Disallow: /*?s=// https://kriesi.at/support/topic/links-to-404-pages/#post-588813
Best regards,
IsmaelNovember 3, 2016 at 2:55 am #707469In reply to: WooCommerce Advanced Product Labels issues
Hey!
I could see the code working in the link you have provided. Just to verify if the white border you mentioned the white space between the products? and the text to be centered is the text at the bottom of the image? I could see the products already next to each other and the text at the bottom is already lifted 3px higher. Can we get more details where this issue shows up? like in desktop or mobile? chrome, firefox, ie? please provide another screenshot showing not only 1 product and also point there the text that hasn’t been centered.
Best regards,
NikkoNovember 3, 2016 at 1:59 am #707459In reply to: Media library issue on Vendor's user
Hi Elsa,
You’re very much welcome :)
It should be showing up, I have replaced this code:
#top select#media-attachment-filters, #top select#media-attachment-date-filters { height: 32px !important; }to this one:
#top select#media-attachment-filters, #top select#media-attachment-date-filters { float: left; height: 32px !important; }Let us know if this is good on your end and if you need more assistance related on this topic. :)
Cheers!
NikkoNovember 3, 2016 at 12:12 am #707438In reply to: Slider cut off on mobile
Account details have been provided a few times above…
The caption appears at the top. The middle is preferred .
Thanks
-
This reply was modified 9 years, 5 months ago by
Epic. Reason: checked the css code provided
November 2, 2016 at 11:27 pm #707426In reply to: Category class added to body tag?
Hi, yes, thanks, I’ve included it in the private content…. This is a link to a prototype post, and for all the posts in this category, I’d like to move the content up by removing the top padding of the content class.
Actually this page is using the Avia Layout, and with that the category isn’t showing up as a class at all. If I just add a post without the avia builder, the category is in the article tag, as in the second link. We want to use the avia builder so we can use a full width banner.
November 2, 2016 at 11:12 pm #707417Topic: Hiding Menu On One Page Site
in forum Enfoldhylandgraphics
ParticipantHey guys,
Is there a way to hide the navigation menu on both mobile and desktop when I am creating one page site? Link below. Thanks!
November 2, 2016 at 10:57 pm #707410In reply to: "Back to Top" button does not appear on mobile
Hey jeffersonh,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#scroll-top-link { display:block!important; }Best regards,
VinayNovember 2, 2016 at 10:55 pm #707409In reply to: Main Menu Font
Hey nuncer,
Menu item colors can be changed from Enfold > Advanced Styling > Main Menu
If that does not work please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext { color: #303030!important; }Best regards,
VinayNovember 2, 2016 at 10:48 pm #707405In reply to: Edit preview text in Blog Grid
Hey Bernhard!
Please take a look her
https://kriesi.at/support/topic/blog-post-excerpts-2/#post-169503and let us know if that works out for you.
Thanks a lot
Cheers!
BasilisNovember 2, 2016 at 9:45 pm #707379Topic: "Back to Top" button does not appear on mobile
in forum Enfoldjeffersonh
ParticipantThe client has asked why the “Back to Top” icon on the desktop does not appear in the mobile version. Is there a way to make this appear on mobile as well?
November 2, 2016 at 8:37 pm #707334Topic: Link to #tab-id-…. not "top of page"
in forum EnfoldAerdvark
ParticipantSorry for the bad topic title but I would not know a better way to describe.
If I have an internal link in the page (see private section) I can redirect the visitor to another page wich contains a tabcontrol
By adding this: “../#tab-id-8” I can redirect not only to the page but as well as the desired tab that opens.But somehow the visitor gets send to the middle of the page, I mean, the visitor must scroll up in order to be able to read the text in whole.
Sorry again for the bad explaining.Thanks big time for the help!
November 2, 2016 at 8:24 pm #707330In reply to: Adjusting Main Header Area for Mobile
Okay so I was able to get the main header text to position with the reduction of screen size.
This is the new custom CSS
.logo-text { position: absolute; left: 85%; top: -260%; font-size: 26px; width: 100%; } .logo-address { position: absolute; left: 85%; top: -120%; font-size: 14px; line-height: 15px; } .logo-slogan { position: absolute; left: 40%; top: -130%; font-size: 26px; color: #ee4874; line-height: 15px; }Still have the problem with it disappearing when I go to mobile and now a new problem where the top menu does not resize as I reduce, it just stacks up as the screen size gets smaller until it switches to mobile at 989.
So I fixed one problem and found another.
November 2, 2016 at 7:57 pm #707324Topic: Category class added to body tag?
in forum Enfoldjanetgot
ParticipantHi, I am looking to make some style changes to a post in a certain category. I saw in this post https://kriesi.at/support/topic/different-category-different-style-border-hover/ that there should be a category class added to the body tag, however, in my case, the class is added to the article tag, which is lower in the page than the style I need to adjust. Can you tell me how to make sure that my category class is added to the body tag, so it can be used for the entire page layout? I am using Enfold 3.8 and WP 4.6.1. Thanks, and I hope this makes sense!
-
AuthorSearch Results
-
Search Results
-
Topic: Hiding Menu On One Page Site
Hey guys,
Is there a way to hide the navigation menu on both mobile and desktop when I am creating one page site? Link below. Thanks!
The client has asked why the “Back to Top” icon on the desktop does not appear in the mobile version. Is there a way to make this appear on mobile as well?
Sorry for the bad topic title but I would not know a better way to describe.
If I have an internal link in the page (see private section) I can redirect the visitor to another page wich contains a tabcontrol
By adding this: “../#tab-id-8” I can redirect not only to the page but as well as the desired tab that opens.But somehow the visitor gets send to the middle of the page, I mean, the visitor must scroll up in order to be able to read the text in whole.
Sorry again for the bad explaining.Thanks big time for the help!
Hi, I am looking to make some style changes to a post in a certain category. I saw in this post https://kriesi.at/support/topic/different-category-different-style-border-hover/ that there should be a category class added to the body tag, however, in my case, the class is added to the article tag, which is lower in the page than the style I need to adjust. Can you tell me how to make sure that my category class is added to the body tag, so it can be used for the entire page layout? I am using Enfold 3.8 and WP 4.6.1. Thanks, and I hope this makes sense!
