Forum Replies Created

Viewing 30 posts - 8,581 through 8,610 (of 14,834 total)
  • Author
    Posts
  • in reply to: Text instead of logo #420762

    Hey Marcel!

    Can you send us a WordPress login so we can take a closer look?

    Cheers!
    Elliott

    in reply to: wp admin issues #420760

    Hey spintouch!

    Your using quite a few plugins. Have you tried deactivating them all and clearing your browser cache?

    What happens in the default theme?

    Also, your using Enfold 3.0.1 which is an older version. You’ll want to update to the latest version, 3.1.2.

    Best regards,
    Elliott

    in reply to: Color section background issue since Enfold 3.1.1 #420702

    Hey!

    If you need it to display on all screen sizes then try adding this to your custom CSS.

    #scroll-top-link { display: block !important; visibility: visible !important; opacity: 1 !important; }
    

    Regards,
    Elliott

    in reply to: Menü: Rechts Unten Anordnung #420700

    Hi MIB83!

    There is an option for placing the menu below your logo in Dashboard > Enfold > Header > Header Layout > Menu and Logo Position.

    If that’s not what your trying to do then take a screenshot and highlight your intentions so we can get a better idea.

    Best regards,
    Elliott

    in reply to: MENU / Button Style (Bordered) #420697

    Hi vrz!

    They should be working. Try deactivating all plugins. If that does not help then send us a link to your page so we can take a look and let us know which menu item it is.

    Best regards,
    Elliott

    in reply to: Adding Favicon to WordPress Back-End #420695

    Hey djgranth!

    You mean your trying to add a favicon for your site? You can do this in Dashboard > Enfold > Theme Options. There is an area to upload your favicon right beneath the logo option.

    Cheers!
    Elliott

    in reply to: Aligning images horizontally #420692

    Hi Mike!

    Add this to change their size for mobiles.

    @media (max-width:500px) {
    #top.page-id-241 .inside {
    width: 100% !important;
    }
    }

    Cheers!
    Elliott

    • This reply was modified 10 years, 10 months ago by Elliott.
    in reply to: Portfolio left / right not displaying #420687

    Hi!

    Perhaps your doing a customization which requires they be of the same category? Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If they still do not display then send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    • This reply was modified 10 years, 10 months ago by Elliott.
    in reply to: Problems with sidebar in woocommerce single products #420681

    Hi Jorge!

    It looks fine on my end. If you want to separate the sidebar and place it on the left or right then see here, http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/.

    Cheers!
    Elliott

    in reply to: Homepage image problems #420679

    Hey!

    Your getting a javascript error.

    Error: Syntax error, unrecognized expression: #gid=423125275
    	
    
    ....value:null},fb.error=function(a){throw new Error("Syntax error, unrecognized ex...

    Are you sure deactivating all plugins did not fix it? Try clearing your browser cache while testing.

    I would try deactivating all plugins again and then completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    Also, I noticed that most of your scripts had this tacked on to the end of them.

    qver=2.pagespeed.jm.AAUdvL50L_.js
    

    I’ve never seen that before, it’s probably what is causing the error.

    Regards,
    Elliott

    in reply to: Create transparent scrolling background #420671

    Hi EricSmeets!

    That’s the fullwidth easy slider element in the “Media Elements” tab of your layout builder.

    You can set it to have a background image and then use transparent images in your slides.

    Regards,
    Elliott

    in reply to: slow loading script #420664

    Hey rdswestnet!

    Your site is loading in 5 seconds for me which is ok. Are you using some kind of online testing tool? Those are often wrong. I recommend checking out Firebug for Firefox and then view your site in the net tab. It lets know exactly what is being loaded on your site and how long it takes.

    Regards,
    Elliott

    Hi Doris!

    I don’t think there is a way to synchronize them. Can you take a screenshot of the header issue? We might be able to point you in the right direction to figure out what was causing it.

    Best regards,
    Elliott

    in reply to: Adding CSS3 to wordpress #420651

    Hi Josh!

    Have you contacted the authors and read their documentation? What are the instructions it gives you?

    Regards,
    Elliott

    in reply to: Enable Previous and Next Arrow on blog post #420649

    Hey!

    It’s from this CSS your using.

    .show_mobile_menu #mobile-advanced li {
      display: inline-block;
    }

    Cheers!
    Elliott

    in reply to: Contact form not working properly? #420646

    Hey Antonio!

    Make sure your using the latest version of Enfold, 3.1.2, and then send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    in reply to: Use different Lightbox with Avia Galleries #420637

    Hi MarkDare!

    Your link is giving me a 404. Also, it doesn’t look like your using Enfold there. Switch back to Enfold so we can get an idea of what’s going on.

    Cheers!
    Elliott

    in reply to: Customize new scroll down arrow in color section #420634

    Hey!

    If your wanting to do the edit in a child theme then you would just copy the CSS code and paste it into your child theme stylesheet (style.css) and add the !important; rule like so.

    #top .scroll-down-link {
    color: red !important;
    font-size: 150px !important;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4) !important;
    }

    Best regards,
    Elliott

    in reply to: 1 column masonry #420631

    Hey!

    They were not meant to be used like that. You can try forcing them to 100% by adding this inside a codeblock element in your page.

    <style type = "text/css">
    @media only screen and (max-width: 1800px) {
    	.responsive .av-masonry-col-flexible .av-masonry-entry{width:100% !important; }
    	.responsive .av-masonry-col-flexible .av-masonry-entry.av-landscape-img{width:100% !important;}
    }
    </style>

    Cheers!
    Elliott

    in reply to: Search issue #420623

    Hi!

    You use the word “excelling” a lot in your posts so when you do a search for “excel” those posts are displaying in the results. Would you like to have WordPress only search your titles instead? If so then try this out, http://wpsnipp.com/index.php/functions-php/limit-search-to-post-titles-only/.

    Best regards,
    Elliott

    in reply to: fullscreen slider caption #420610

    Hey marijnmees!

    1. Add this to your custom CSS.

    .avia-caption-content p { margin: 0px !important; }
    

    2. Looks like you already figured that out but the CSS would look like this.

    .avia-caption-content p { background: rgba(255, 0, 255, 0.5) !important; }
    

    3. I’m not seeing any animations for the captions in your link.

    4. The LayerSlider has this option so you could consider using that.

    5. Looks like you already figured this out.

    6. Should be Open Sans.

    Best regards,
    Elliott

    in reply to: problem with header when scrolling #420604

    Hi!

    Oh I see now, you have to use the scrollbar instead of your mouse.

    Your using this CSS to set the position from the top correct?

    span.avia-menu-text {
      top: 32px;
    }

    Try setting it from the bottom instead.

    span.avia-menu-text {
      bottom: -5px;
    }

    Regards,
    Elliott

    in reply to: Shadow-y Seperator Effect #420598

    Hey!

    When you edit your color section there is an option called “Section top border styling” which you can set it as “Display a small styling shadow” to get that effect.

    You can use it with the main content or alternate content sections.

    Best regards,
    Elliott

    in reply to: Link the information in the top bar #420594

    Hi!

    If you need the link to go in the top of your site above the main menu then you could add it in Dashboard > Enfold > Header > Extra Elements > Phone Number or just create a new menu in Dashboard > Appearance > Menu and assign it to the header menu area.

    For the CSS you can add it in Dashboard > Enfold > General Styling > Quick CSS.

    Cheers!
    Elliott

    in reply to: Enable Link on Team Member Image #420586

    Hi codemode!

    The team member elements have icons that display on hover with their own links. If you try and surround all of that with a link then it’s going to cause errors because that’s not proper HTML markup.

    If you need to have an image that is clickable then it would be best to use the image element instead of the team element.

    Best regards,
    Elliott

    in reply to: Number of portfolio image in mobile view #420580

    Hi!

    If your using the portfolio grid then the images should be changing to 2 rows and then 1 row depending on the screen size of your mobile. Go ahead and send us a link to your page and we’ll take a look.

    Regards,
    Elliott

    Hi!


    @opareklov
    , I checked your site on the Moto E phone but the menu seems to be working fine. Did you get it sorted?


    @gator0815
    , Can you send us a link to your page?

    Cheers!
    Elliott

    in reply to: Changing colors on Main Menu using page ID #420573

    Hi!

    It should be “main_menu” instead of a hyphen. You don’t really need that in there anyway though since your targeting the page directly. Just do this.

    #top.page-id-14 .avia-menu-text {
    color: white !important;
    }

    Cheers!
    Elliott

    in reply to: Is it possible to have the Animated Numbers count up? #420568

    Hi Thomas!

    It would take a lot of script changes. I tried finding a plugin that does this but didn’t have any luck.

    It sounds like it would make a good feature request though, https://kriesi.at/support/enfold-feature-requests/. Consider filling one out and if it gets enough interest we may see something get added in a future update.

    Regards,
    Elliott

    in reply to: Title and captions for featured images are not showing #420567

    Hi!

    1. Open up /enfold/includes/loop-index.php and around line 110 you should see this.

    if(!empty($before_content))
    

    Add this above it.

       $thumbnail_id    = get_post_thumbnail_id($post->ID);
      $thumbnail_image = get_posts(array('p' => $thumbnail_id, 'post_type' => 'attachment'));
    
      if ($thumbnail_image && isset($thumbnail_image[0])) {
        echo '<span>'.$thumbnail_image[0]->post_excerpt.'</span>';
      }
    

    2. That is more difficult but you can get started with it here, https://kriesi.at/support/topic/social-sharing-on-galleries-enfold-v-3-0-2/.

    Cheers!
    Elliott

Viewing 30 posts - 8,581 through 8,610 (of 14,834 total)