Viewing 30 results - 96,901 through 96,930 (of 142,479 total)
  • Author
    Search Results
  • #615657

    Hi!

    It’s because of this css code:

    #top #header .av-main-nav>li>a {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

    Please remove it.

    Cheers!
    Ismael

    #615632
    Geoffdoyle
    Participant

    I have a contact form on the bottom of marksaleh.com.au

    I have name and email on the same line using 1/2.

    It works fine on a desktop but when I view it on a mobile the email box doesnt align.

    http://snag.gy/pOh4u.jpg

    Can you help to resovle this please.

    Thanks

    Kyran

    #615617

    I was able to solve this using this solution from the above mentioned thread.

    #615616

    I just have a concern about installing a 4-year old plug to manage all my media… one that is not updated regularly with security patches etc and one that is not available in the Word Press Plugin Library….

    It really seems like Enfold should work with Go Daddy to at least give us some parameters of what to ask them to fix / change on their end… it almost seems like the uploads go faster than Go Daddy can handle and error out. If there were only a way to slow them down…

    UPDATE:

    I just found this discussion at WordPress support: https://wordpress.org/support/topic/media-files-cant-upload

    This comment seemed relevant so i tried this fix on my staging site:
    “This issue is being caused due to a restriction placed on your site by your web host. The reason why it appears with Minamaze and not other themes, is because Minamaze creates copied of each image you upload. The correct image size is then automatically used when needed to reduce page load speed time. As a result Minamaze needs longer to upload and create image copies.

    To fix this issue please speak to your webhost and ask them to increase the max_execution_time variable to 300 seconds. Alternatively, you can achieve this by editing your wp-config.php file for your domain. To do this please follow the steps below.

    Open wp-config.php in your sites main directory via FTP (or cPanel)
    Scroll to the line which reads /* That’s all, stop editing! Happy blogging. */
    Add the code set_time_limit(60); above the line /* That’s all, stop editing! Happy blogging. */ text
    This will override any conditions placed on your site by your host and you should now be able to upload images.”

    After modifying the wp-config.php file to 90 seconds (instead of 60) all pictures upload perfectly and it works like a charm!

    HOWEVER – the bad news is that on the staging site this broke the functionality of the Full Screen Slider and those pages just display a big white box where the slider used to be. Feels like we are getting closer to a solution with the above if we can make sure nothing else is broken by increasing the timeout.

    Can someone smarter than I am (most of you..) figure this out? (While the above support thread references a different theme, you’ll also see our beloved Enfold mentioned in the thread)

    Thanks!

    • This reply was modified 9 years, 7 months ago by goldengate415.
    #615606

    In reply to: Fixed Width Sidebar

    I posted this and didn’t realise my support had expired. I have since renewed my support though I can’t see anywhere to add/re-add my purchase code. If you could please let me know if there’s anything else I need to do to have my topics addressed I’d be most grateful.

    Thanks,
    Marsha

    #615589

    PLEASE MARK THIS TOPIC AS CLOSED, THE “MAKE RESPONSIVE” BECAME UNTICKED ON THE UPGRADE, ALL OK NOW, THANKS… :-)

    #615562
    mgyura
    Participant

    How can I stretch the Header background to encompass the secondary menu at the top?

    #615551

    Hey Nicola!

    We are working on your ticket please wait while we update the results here soon.

    Please add the below code in Enfold > General Styling > Quick CSS

    feel free to adjust the max-width value to suit your design.

    @media screen and (max-width: 999px){
    #top #advanced_menu_toggle {
         display: block !important; 
    }}

    Regards,
    Vinay

    • This reply was modified 9 years, 7 months ago by Vinay.
    #615540

    Topic: Theme update

    in forum Enfold
    somaticrevolution
    Participant

    Hi there,

    When I updated to the latest version of wordpress all my galleries and sliders stopped working. Upon doing some reading I see that this is fixed by updating to the latest version. I have a valid license and running on an old version, but for some reason it won’t allow me to update. I am stuck on 3.0.4

    Please advise.
    Thank you
    Darin

    http://www.earthball.com/

    #615537

    @vinay Still having problems. I did start a thread here, with my info: https://kriesi.at/support/topic/updated-to-4-5-still-cant-get-it-to-work/

    Although I have latest WordPress and theme updates, in Google Chrome I see error ‘Syntax error, unrecognized expression’ and my elements do not show up properly.

    #615533

    Ok….dropped at the top and it’s still messing up my site. I can now see certain elements but they don’t all display properly and can’t edit my content. *sigh*

    Hi.

    This topic is one year old but today I was also looking for a solution for that problem.
    Here is my solution:

    1) Change the min-height of a section to a small number (e.g. 20px). I did it in the custom.css.
    .avia-section {min-height: 20px;}

    2) Add a color-section after the slider
    no min-height
    no padding
    no border
    with scroll down arrow

    The arrow is diplayed in the slider ;-)

    look here

    • This reply was modified 9 years, 7 months ago by baucks.
    #615479
    Neal
    Participant

    I’ve updated WordPress and Enfold to the latest versions and now when editing posts the button to ‘Add Media’ doesn’t work. I click it and nothing happens. Also when I hit ‘Set Featured Image’ it goes to a new page with the uploader. The ‘Text’ tab at the top also does not work.

    I tried switching back to a different theme and everything started working again, so it’s definitely a problem with Enfold. Also tried on a different computer – same issue.

    I can see a lot of other people are also having other issues – do we know when these will all be fixed?

    EDIT: The ‘insert link’ menu isn’t working properly either. I can insert a link, but the flyout options menu isn’t accessible. If I click the options button, the scrollbar in the browser disappears and I can’t scroll back up to the top of the page.
    EDIT2: Although they’re still there, I can’t see my tags in the post editor….

    #615476

    Hey Arrastia!

    Please add the below code in Enfold > General Styling > Quick CSS

    
    /* LayerSlider height in portable device*/
    @media only screen and (max-width: 767px) {
        #top #main #layer_slider_1{ 
        height: auto !important;
        }}

    Cheers!
    Vinay

    #615475

    Hi!

    Please add the below code in Quick CSS or in child theme

    
    /* Menu Position */
    #top #wrap_all #avia-menu  .menu-item a  {
        height: 90px!important;
        line-height: 90px!important;
        }
        #header_main nav .social_bookmarks { 
        top: 46px!important;
        }

    Cheers!
    Vinay

    #615453

    Hey!

    Try changing the code to:

    add_action('ava_after_main_container', function() {
    if(is_search() || is_singular('product')) {
    	?>
    <div id="sub_menu1" class="av-submenu-container alternate_color  avia-builder-el-0  el_before_av_slideshow_full  avia-builder-el-first  container_wrap fullsize" style="z-index: 301; width: 1100px;"><div class="container av-menu-mobile-disabled "><ul id="menu-2nd-menu" class="av-subnav-menu av-submenu-pos-center"><li id="menu-item-1078" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-1"><a href="http://harmony.naomialdort.com/guidance/events/"><span class="avia-bullet"></span><span class="avia-menu-text">Events</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-43" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-2"><a href="http://harmony.naomialdort.com/articles/"><span class="avia-bullet"></span><span class="avia-menu-text">Articles</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-41" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-3"><a href="http://harmony.naomialdort.com/videos/"><span class="avia-bullet"></span><span class="avia-menu-text">Videos</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-39" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-4"><a href="http://harmony.naomialdort.com/book/"><span class="avia-bullet"></span><span class="avia-menu-text">Book</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-5"><a href="http://harmony.naomialdort.com/biography/"><span class="avia-bullet"></span><span class="avia-menu-text">Biography</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-944" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-6"><a href="http://harmony.naomialdort.com/listen-now-mp3s/"><span class="avia-bullet"></span><span class="avia-menu-text">Listen Now MP3s</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-943" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-7"><a href="http://harmony.naomialdort.com/cdsdvds/"><span class="avia-bullet"></span><span class="avia-menu-text">CDs/DVDs</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-36" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-8"><a href="http://harmony.naomialdort.com/testimonials/"><span class="avia-bullet"></span><span class="avia-menu-text">Testimonials</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-46" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-top-level menu-item-top-level-9"><a href="http://naomialdort.com/discussion.html"><span class="avia-bullet"></span><span class="avia-menu-text">Forum</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-792" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-10"><a href="http://harmony.naomialdort.com/contact/"><span class="avia-bullet"></span><span class="avia-menu-text">Contact</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    </ul></div></div>
          <?php
    }

    Cheers!
    Josue

    Update: The code was provided by a member of your team in this thread. That (temporary) solution did work for me.

    #615450

    Created a new ticket here.

    spidercreations
    Participant

    This is related to this ticket, but creating my own ticket as requested.

    Issue: When a customer tried to select from a WooCommerce product with a variable (options) to choose from, they received the error: “Please choose product options…” If they tried to purchase an item without variations, all was ok and the item got into the cart.

    After some hunting around, I found that there seems to be an issue with jquery. I found this suggestion as an immediate solution in a thread here at the support forum:

    /* Temporary fix 20160415 */
    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');

    This code – added to the functions.php file of my Enfold child theme – solved the issue.

    The issue seems to be directly related to the update to WordPress 4.5. I am running the newest version of WooCommerce as well as the newest version of Enfold (as of last night).

    #615440
    smartwithyou
    Participant

    Hi,

    I was wondering if there was on option in the enfold theme allowing to include the featured image of a post directly into the rss feed.

    I found a solution adding some code in the functions.php file but I thought this would be directly customizable in the theme options.

    If it’s not and for those who are interested, here is the code to add in you functions.php file (I found it on this forum from a 3 years old topic. I just tweaked itby adding a link to the post on the image) :

    function avia_add_images_to_rss_feed($content)
    {
    	global $post;
    	if ( has_post_thumbnail( $post->ID ) )
    	{
    		$content = '<a href="' . get_permalink() . '">' . get_the_post_thumbnail( $post->ID, 'full', array( 'style' => 'display: block;' ) ) . '</a><br/>' . $content;
    	}
    	return $content;
    }
    
    add_filter('the_excerpt_rss', 'avia_add_images_to_rss_feed');
    add_filter('the_content_feed', 'avia_add_images_to_rss_feed');
    
    #615437
    Arrastia
    Participant

    I am using Layer Slider on my home page. Theme and WP are both running latest versions. All looks good on desktop.

    However, on responsive view – on iPhone 6s and iPad 1 – there is a large white space between the bottom of the slider and the Text Block beneath it. I’ve attached a screenshot of the iPhone view.

    Any suggestions?

    #615425
    Missca
    Participant

    Hello,
    I’m doing exactly the same organiszation as this topic :
    https://kriesi.at/support/topic/different-colors-for-menu-items/#post-255707

    So I looked for the menu item id and created this quick css :
    #menu-item-81 a {
    color: #cb342e;
    }

    And the menu items colors haven’t changed… What’s wrong ? ;-(((

    Thanks for your help

    #615422

    Hi @mikemhn;
    add this code (adjust it as you like) into your custom css :

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

    if you need more information : Display scroll to top button mobile

    #615413
    mikemhn
    Participant

    Phew, I had some problems with the new WP update as well today. DreamHost was set to auto update WordPress, so I didn’t get a chance to compatibility check for a client. But I’m all back up and running due to the quick Enfold update.

    There is one last bit to the puzzle. I am now missing the scroll to the top button at the lower right corner for mobile devices. Hopefully someone can help me diagnose. The site is in the Private Conhttp://www.grilleatparkplace.comtent section

    #615412

    Hi,

    Great, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    Hallo art-label,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply. I’ve tagged our german speaking moderator for the topic if you want to keep communicating in german.

    Grüss,
    Rikard

    Hi missouriartscouncil!

    Please add the below CSS to Enfold > General Styling > Quick CSS

    body .column-top-margin {
        margin-top: 0px!important;
    }

    Cheers!
    Vinay

    missouriartscouncil
    Participant

    I have a color section containing one column, then two columns. There’s a lot of vertical white space between the one-column section and the two-column section. I’ve seen some threads on this topic but I want to be sure I can make the change on a page-by-page basis rather than as a big global change that affects every part of the site.

    My page:

    Threads I’ve seen:
    https://kriesi.at/support/topic/how-to-reduce-spacing-between-sections/

    #615350

    Hi maggie8741,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #layer_slider_1 {
    height: 673px !important;
    }
    
    #layer_slider_1 .ls-bg {
    margin-top: 0px !important;
    }

    Thanks,
    Rikard

    #615347

    Hi,

    Overwriting your theme files as Andy suggested here should fix problems like that, could you try that out please?

    Best regards,
    Rikard

Viewing 30 results - 96,901 through 96,930 (of 142,479 total)