Forum Replies Created

Viewing 30 posts - 7,321 through 7,350 (of 10,428 total)
  • Author
    Posts
  • in reply to: Enfold Footer Menu not displaying on mobile #637303

    Hey pantoni,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    @media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket {
        display:block!important;    
    }}
    

    Best regards,
    Vinay

    in reply to: Long Logo impacting menu on smaller browswer windows #637297

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1150px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Best regards,
    Vinay

    in reply to: Menu and Footer Font #637288

    Hi,

    Please remove the custom css from child theme or Quick css which is causing this inconsistency. Then go ahead and add the css code block by block to know which code is causing the issue.

    If this does not help please remove the custom css and let us know so we can provide you the css code.

    Best regards,
    Vinay

    in reply to: Individual Colour for each Toggle-Title (Akkordeon) #637280

    Hey eKMUch,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    Add as many nth-childs 4,5,6, to color the rest of the tabs.

    .av_toggle_section:nth-child(1) .toggler, .av_toggle_section:nth-child(1) .toggler:hover {
    background: red!important;
    }
    
    .av_toggle_section:nth-child(2) .toggler, .av_toggle_section:nth-child(2) .toggler:hover {
    background: gold!important;
    }
    
    .av_toggle_section:nth-child(3) .toggler, .av_toggle_section:nth-child(3) .toggler:hover {
    background: green!important;
    }


    Best regards,
    Vinay

    Hey detsit_1963,

    The site looks good on my end. I’m able to view the widgets and all other contents without any issue on Samsung Note 2. Please elaborate the issue more which browser you are using and if possible would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    in reply to: Make a particular widget invisible at mobile #637188

    Hi,

    1. Try adding a div with the class name “hide-in-mobile” and then move the widget contents inside this div.

    2. Add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px){
    .hide-in-mobile {
    	display: none !important;
    }}
    
    

    Best regards,
    Vinay

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    To hide the comment section on single post page please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .single-post .comment_meta_container, .single-post .comment_container{
    	display:none!important;
    }
    

    Best regards,
    Vinay

    in reply to: Styles not showing #637182

    Hi,

    Glad you figured it out!

    To learn more about enfold features please check – http://kriesi.at/documentation/enfold/

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Where is the Pricing Table Shortcode? #637181

    Hey buddyq,

    Once you enable debug mode as mentioned here http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Go ahead and add any element from advanced layout builder to see it’s shortcode in the area below as shown in the below screenshot.

    Below is the shortcode for pricing table you can copy and paste it in the debug area and save the page to view the pricing table.

    
    [av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='default' shadow='no-shadow']
    [av_table purpose='pricing' caption='']
    [av_row row_style='avia-heading-row'][av_cell col_style='']Private Plan[/av_cell][av_cell col_style='avia-highlight-col']Business Plan[/av_cell][av_cell col_style='']Mega Plan[/av_cell][/av_row]
    [av_row row_style='avia-pricing-row'][av_cell col_style='']10$
    <small>per month</small>[/av_cell][av_cell col_style='avia-highlight-col']20$
    <small>per month</small>[/av_cell][av_cell col_style='']50$
    <small>per month</small>[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']1 GB Bandwidth[/av_cell][av_cell col_style='avia-highlight-col']10 GB Bandwidth[/av_cell][av_cell col_style='']Unlimited Bandwidth[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']10 MB Max File Size[/av_cell][av_cell col_style='avia-highlight-col']50 MB Max File Size[/av_cell][av_cell col_style='']No Maximum File Size[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']3 GHZ CPU[/av_cell][av_cell col_style='avia-highlight-col']5 GHZ CPU[/av_cell][av_cell col_style='']5 GHZ CPU[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']256 MB Memory[/av_cell][av_cell col_style='avia-highlight-col']1024 MB Memory[/av_cell][av_cell col_style='']4 GB Memory[/av_cell][/av_row]
    [av_row row_style='avia-button-row'][av_cell col_style=''][av_button label='Get Private Plan' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='25']
    
    [/av_cell][av_cell col_style='avia-highlight-col'][av_button label='Get Business Plan' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='29']
    
    [/av_cell][av_cell col_style=''][av_button label='Get Mega Plan' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='44']
    
    [/av_cell][/av_row]
    [/av_table]
    [/av_section]
    
    

    Best regards,
    Vinay

    in reply to: Second H3 custom colour being ignored #637180

    Hi,

    Enable custom css class name support for advanced layout builder element and add a custom class name “custom_h3” to the special heading so it is easy to target specific elements.

    Then try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .custom_h3 h3{
    color:#FFF!important;
    }
    

    Best regards,
    Vinay

    Hey dannhanks,

    The easiest way to get the post ID is by opening the post in admin dashboard

    There are several other methods please check https://premium.wpmudev.org/blog/display-wordpress-post-page-ids/

    Best regards,
    Vinay

    in reply to: Demo won't install, Media won't upload #637159

    Hi,

    Thank you for your co-operation, We will keep this ticket open for some time please feel free to get back to us if you have any further questions. :)

    Best regards,
    Vinay

    Hi,

    Thank you for bringing this to our notice I’ll check this on my installation and update our developers. Glad you found a workaround!

    Best regards,
    Vinay

    in reply to: How to link image in sidebar #637126

    Hi,

    The widget way can be made to work as you like just right click the photobucket image then select “open image in new tab” or upload it to http://www.imgur.com copy the URL mostly it should end with a .jpg or .png depending on what you upload. use this image link and let us know if it works.

    It appears i am unable to view the page you are mentioning. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: myEventON #637116

    Hey SandraSquires,

    Yes it is possible would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Semi-transparet content area #637115

    Hey 1lizcollins,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header_main, .main_color {
    	background: rgba(255,255,255,.7)!important;
    }
    

    Best regards,
    Vinay

    in reply to: ALB working/not working #637113

    Hi,

    Glad you figured it out and thank you for sharing the tips.

    Feel free to get in touch with us if you have any questions.

    Best regards,
    Vinay

    Hey wortliga,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: How can I combine features from several demos? #637109

    Hi,

    Thank you for sharing the tip :) Feel free to get in touch with us if you have any questions.

    To learn more about enfold features please check – http://kriesi.at/documentation/enfold/

    Best regards,
    Vinay

    in reply to: Mobile Site very messy #637106

    Hey ccyran,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    It’s easy to setup a responsive site with enfold please check our demos here http://kriesi.at/themes/enfold-overview/

    Best regards,
    Vinay

    in reply to: Avia Layout Text Block Error #632390 #637105

    Hi,

    Yes hopefully a viable solution for this issue will be out soon.

    Thank you for reaching out to us. To learn more about enfold features please check – http://kriesi.at/documentation/enfold/

    Best regards,
    Vinay

    in reply to: css in child theme #637103

    Hi,

    Thank you for using Enfold! To learn more about enfold features please check – http://kriesi.at/documentation/enfold/

    Best regards,
    Vinay

    in reply to: Easy Slider image size does not appear to work #637100

    Hi,

    We cannot see the site I guess it is because it is password protected. If you post the login credentials as private data except you and moderators no one else can view it. Use any email of your choice and setup the login credentials and share it with us :)

    Best regards,
    Vinay

    Hi,

    We welcome your feature request, To find out more about enfold theme features please check – http://kriesi.at/documentation/enfold/

    Best regards,
    Vinay

    in reply to: Pagination in Blog Not Working #637094

    Hi,

    There are many plugins that are not updated and from experience I can tell you that a plugin conflict is one of the reason that can affect normal functioning of some features on your site. We request you to update all the plugins to the latest version and if yous till have any issues with pagination go ahead and try the plugin compatibility test as Jordan suggested.

    Best regards,
    Vinay

    in reply to: Second H3 custom colour being ignored #637090

    Hey Transformers Universe,

    Did you try changing it in the special heading color options? if so it is possible some custom CSS is overwriting the default styles. Please remove all custom CSS in Enfold > General Styling > Quick CSS ort in your child theme’s styles.css and check for the issue. If the issue do not occur add the css styles one block at a time to know which code is causing this issue.

    If you have any question please do not hesitate to get in touch with us.

    Best regards,
    Vinay

    in reply to: Masonry Gallery #637085

    Hey Everylite,

    The masonry gallery automatically set’s the image size depending on the number of images set to display in a single row. What you are trying to accomplish may be possible by using Grid rows and easy slider elements. Please give it a try in the advanced layout builder elements.

    Let us know if you have any questions :)

    Best regards,
    Vinay

    in reply to: Change category font family #637083

    Hi,

    The settings to change the font in the theme can be found in Enfold > Advanced Styling > Select an element to customise > I think it is “h3” here. but it might be different on your site due to different settings. Tyr h3 or h4 tags if it do not work would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Error fetching content #637076

    Hi,

    I’m sorry for the delay, do not worry we are here to help! We need to take a closer look at this issue but the login page is blocked. We are a global team so unblock Philippines, Lithuania, Germany, Jamaica, Austria, India, Sweden.

    Best regards,
    Vinay

    • This reply was modified 9 years, 1 month ago by Vinay.

    Hi,

    I think you have explained to me well and i have attached the screenshots. You may not see the same until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    If this is not what you wanted please post us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

Viewing 30 posts - 7,321 through 7,350 (of 10,428 total)