Forum Replies Created

Viewing 30 posts - 6,001 through 6,030 (of 14,834 total)
  • Author
    Posts
  • in reply to: Enfold stopped working – Help Needed! #477100

    Hey draig!

    Try turning on WordPress debugging, https://codex.wordpress.org/Debugging_in_WordPress, and check your server error logs for any useful information.

    If you haven’t done so already then contact your hosting provider and let them know about this. It’s most likely something server related.

    Best regards,
    Elliott

    in reply to: Getting Started Documentation/Theme Instructions #477096

    Hey newuser1!

    For the footer widgets you can change them in Dashboard > Appearance > Widgets. You can disable the footer or change the number of widgets that display there in Dashboard > Enfold > Footer.

    To get a layout like in your link edit your page and set the header style to “Transparent header” and drag a color section element to the top of your page and give it a background image.

    Besides what comes downloaded in the theme zip from themeforest you can find more documentation here, http://kriesi.at/documentation/enfold/videos/. Let us know if there is anything specific you need help with.

    Best regards,
    Elliott

    • This reply was modified 10 years, 6 months ago by Elliott.
    in reply to: Hot links on Image #477089

    Hi Anaimation!

    Try adding this to your custom CSS.

    .av-image-hotspot_inner {
      display: none !important;
    }

    Cheers!
    Elliott

    in reply to: bulk seo image / alt tag revision #477085

    Hey Hindy!

    Do they work if you switch to the default editor instead of the layout builder when editing a post?

    Best regards,
    Elliott

    in reply to: Suggested Search #477082

    Hi JustinGreis!

    Did you try deactivating all of your plugins?

    I couldn’t figure out which version of the theme your using either. If it’s not the latest, 3.2.3, then be sure to update.

    Cheers!
    Elliott

    in reply to: @Print Styles #476712

    Hey Guilherme!

    Yes, just make sure to surround them with this.

    @media print {
    
    insert your CSS here
    
    }

    Best regards,
    Elliott

    • This reply was modified 10 years, 6 months ago by Elliott.
    in reply to: Removing logo from header #476711

    Hey Shineonseo!

    Add this to your custom CSS.

    .logo { display: none !important; }
    

    Best regards,
    Elliott

    in reply to: Slider above masthead (main nav) #476706

    Hey haydaw!

    You can do this with our “Fullwidth sub menu” element. Drag it beneath your slider and make sure the “sticky submenu” option is checked in the shortcode options.

    Regards,
    Elliott

    in reply to: Google Maps Error Message #476703

    Hey david-rey!

    Try deactivating all of your plugins. If your still having the problem then send us a WordPress login and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Scroll to top Link missing on Mobile Devices again #476702

    Hi AdDesign!

    Use this instead.

    #scroll-top-link {
    display: block!important;
    }

    Regards,
    Elliott

    in reply to: REPLACING NUMBERS ON IMAGE HOTSPOTS #476699

    Hi silviouk!

    We might be able to do it with CSS if we had a link to your page but it’s going to take a lot of work, you would only be able to use it once, and the pulse animations would look weird.

    It would be best to just add the text inside the tooltips. There is also an option for replacing the numbers with blanks.

    Cheers!
    Elliott

    in reply to: portfolio grid sort options text seperator / #476694

    Hi simonac!

    Add this to your custom CSS.

    .business_sort_sep::before {
        content: "\e800";
        font-family: entypo-fontello;
        color: yellow !important;
    }
    .business_sort_sep { color: white; }
    

    Regards,
    Elliott

    in reply to: Roll Text #476691

    Hi Lynne!

    Go ahead and set up a grid row element and in the 1/2 cell add a special heading element centered with a link. Give the cell a background with the image you want to use and then send us a link to the page and we’ll see if we can give you some CSS for the hover.

    Best regards,
    Elliott

    in reply to: main menu hover/highlight minor issue #476635

    Hey Carlos!

    Try adding this to your custom CSS.

    .html_main_nav_header #top .main_menu .menu > li:last-child > a, .html_bottom_nav_header #top #menu-item-search > a {
      padding-right: 15px !important;
    }

    Best regards,
    Elliott

    in reply to: Taxonomy en categories Postslider #476630

    Hey ErikHummel!

    The area your looking for is line 386 in /enfold/config-templatebuilder/avia-shortcodes/postslider.php.

    $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';
    

    On the next line you could use this to display the categories.

    $categories = get_the_category($the_id);
    if ( ! empty( $categories ) ) {
        $output .= '<a href="' . esc_url( get_category_link( $categories[0]->term_id ) ) . '">' . esc_html( $categories[0]->name ) . '</a>';
    } 

    Cheers!
    Elliott

    • This reply was modified 10 years, 6 months ago by Elliott.
    in reply to: .av-masonry-sort a:visited { } question #476625

    Hi 3DStudio!

    Add this to your custom CSS.

    .active_sort span span {
      font-weight: bold;
      text-decoration: underline;
    }

    Regards,
    Elliott

    in reply to: Google Fonts Issue – Ext #476624

    Hey edney23!

    I think what your wanting to do is add this to your custom CSS.

    .image-overlay { display: none !important; }
    

    Remove the customization you did that is causing the font problem and send us a link to your page so we can take a look.

    Best regards,
    Elliott

    in reply to: Portfolio Grid AJAX Portfolio navigation arrows #476621

    Hi!

    Sorry, I thought you were talking about the navigation arrows. Your talking about the slideshow arrows as seen in the first portfolio item on our demo, http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/.

    To get that you’ll need to display the slideshow instead of the gallery in the portfolio post settings.

    Best regards,
    Elliott

    in reply to: Returned Search Links Same as Search Query #476614

    Hi cliffrobbins!

    Try deactivating all of your plugins to see if they are causing problems. If you have done customizations to the theme files then try uploading a fresh copy of the theme to see if they are causing problems.

    Cheers!
    Elliott

    in reply to: Change "portfolio-item" slug to something else #476613

    Hey peterolle!

    Navigate to Dashboard > Settings > Permalinks and you can change the portfolio “base” there.

    Cheers!
    Elliott

    in reply to: undefined function get_header() #476609

    Hi seby82!

    Completely delete the theme from your WordPress theme directory via FTP and then navigate to Dashboard > Appearance > Themes > Add new and install the theme again.

    If your still having problems then send us a WordPress login and we’ll take a look.

    Best regards,
    Elliott

    in reply to: portfolio grid sort options vertical #476596

    Hey simonac!

    If you place them on the left side then they may be hidden on certain screen sizes. You can do so with this CSS though.

    #js_sort_items a {
      float: none !important;
    }
    #js_sort_items {
      left: -140px;
      position: absolute;
      top: -10px;
      z-index: 999;
    }
    .sort_width_container, #js_sort_items {
      overflow: visible !important;
    }

    Regards,
    Elliott

    in reply to: Add class "no follow" to a link #476595

    Hi!

    Yes, there currently is no “rel” option in our layout builder so you would need to do it that way. This is rare request but you could try creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets some more interest then we may see some more options get added in a future update.

    Best regards,
    Elliott

    in reply to: Portfolio page navigation missing when using #476589

    Hey!

    For only portfolio posts try this out.

    add_filter( 'avia_post_nav_settings', 'enfold_customization_post_nav', 99 );
    function enfold_customization_post_nav( $settings ) {
            if ( get_post_type() == 'portfolio' ) {
    	     $settings['is_fullwidth'] = false;
            }
            return $settings;
    }

    Regards,
    Elliott

    • This reply was modified 10 years, 6 months ago by Elliott.
    in reply to: Masonry Gallery pop-up #476585

    Hi Roger!

    Yes, it’s all done with CSS. Send us a link to your page if your still having trouble and we’ll see what we can do.

    Cheers!
    Elliott

    in reply to: Changing buttons in cart #476581

    Hi pixelshack!

    I think it’s possible but not without lots of editing to the Woocommerce backend. It’s kind of bordering on custom work anyway so it would be best to contact Woocommerce support about this to see if there is an easy way I do not know about.

    I did not see the customization you did on your site though because you have it set that you have to be registered to go through the checkout process.

    Cheers!
    Elliott

    • This reply was modified 10 years, 6 months ago by Elliott.
    in reply to: Selected ID Tag #476573

    Hey!

    It looks like it worked. Good job. :)

    You could just add a new line beneath it like so to target your custom links.

    $('body').avia_scrollspy({target:'.main_menu .menu li > a'});
    $('body').avia_scrollspy({target:'.customLinks'});
    

    Best regards,
    Elliott

    in reply to: Responsive issues: timer, hotspots #476567

    Hi!

    For the countdown I’m not sure what we can do. There just isn’t enough space for the labels your using. Would you like to try displaying them on top of each other instead of in one line?

    For the hotspots what happens when you add this to your custom CSS?

    .av-tt-xlarge-width {
      width: 240px !important;
    }

    The tooltips have a width setting. I would try setting it to the default instead of large or extra large.

    Best regards,
    Elliott

    Hey!

    Sorry, I don’t think it’s possible with the accordion slider without doing lots of customization. You could consider adding a button to each slide caption to have the fullsize image open in a popup.

    Regards,
    Elliott

    in reply to: Registration Code does not work #476553

    Hey!

    It sounds like you would have to extract the folder they give you inside the theme folder. It doesn’t look like it was made for WordPress because they are having you add your categories, etc etc, inside XML files.

    Are you just trying to create a job listing? There are much easier ways to do that in WordPress, https://wordpress.org/plugins/wp-job-manager/.

    Cheers!
    Elliott

    • This reply was modified 10 years, 6 months ago by Elliott.
Viewing 30 posts - 6,001 through 6,030 (of 14,834 total)