Forum Replies Created

Viewing 30 posts - 8,131 through 8,160 (of 14,834 total)
  • Author
    Posts
  • in reply to: ajax portfolio | slideshow | image size #427606

    Hey!

    You could use some CSS but it may look weird.

    .avia-slideshow-magazine ul, .avia-slideshow-magazine ul img {
      height: 700px !important;
    }

    In this case I think it would be best to limit the preview text or use a bigger image or an image with a better aspect ratio.

    Cheers!
    Elliott

    Hi!

    Edit your page that you have set to display as your homepage and drag the Masonry Gallery element to your content. You can then edit the element to select the images you want to use, etc etc.

    Cheers!
    Elliott

    in reply to: Enfold bugs after HTTPS change #427576

    Hey!

    I checked your homepage and portfolio but did not see anything out the ordinary. Your icons are loading fine for me, etc etc. Did you get this sorted?

    If your still having problems then clear your cache and take a screenshot highlighting what your seeing so we can get a better idea.

    Regards,
    Elliott

    in reply to: Icons showing weird symbols upon first page load #427574

    Hi!

    It looks fine on desktops but on mobiles I see placeholders for the icons. Try deactivating all of your plugins and clear your cache. If it’s still behaving weird then try doing this.

    http://kriesi.at/documentation/enfold/enable-cors/

    Best regards,
    Elliott

    Hey!

    If you used it as a logo then that would happen automatically. Maybe something like this would work for you.

    @media and screen (max-width:600px) {
    .header_color .header_bg {
      height: 250px !important;
      margin-top: -80px;
      position: relative !important;
      width: 100%;
      z-index: 999 !important;
    }
    }

    Cheers!
    Elliott

    in reply to: Menu under logo #427551

    Hi!

    Add the code to the very top of the Quick CSS field. This will ensure none of your other code is causing problems from typos, etc etc. Also make sure to clear your browser cache and any caching related plugins you might have installed.

    Cheers!
    Elliott

    Hi!


    @haydaw
    , You currently do not have a footer displayed but you do have a socket. Are you referring to that? If so then add this to your custom CSS.

    #socket .container {
      max-width: 100% !important;
    }

    Best regards,
    Elliott

    in reply to: Menu not responsive and not centering? #427542

    Hi!

    You can increase the 900px if you need to target a larger screen. If it’s still not working then you probably have a typo somewhere in your custom CSS. Send us a WordPress login and we’ll take a look.

    Cheers!
    Elliott

    in reply to: the umlauts are shifted #427540

    Hi!

    I see the umlaut on your menu link and on the “a” character in your paragraph. Are they supposed to look different? Can you take a screenshot and highlight how they are supposed to look like? I viewed your site in IE, Firefox, and Chrome but they look the same to me.

    Best regards,
    Elliott

    in reply to: Bug color section pattern overlay and small arrow #426798

    Hi Jean!

    Can you send us a link to your page so we can take a look?

    Regards,
    Elliott

    in reply to: Portfolio Grid Sorting Options Is Not Working #426797

    Hey maggiech!

    This happened to another customer and it turned out he had lot of posts (40+) with only one category and they were all posted on the same day so when he used the portfolio grid the first page only displayed the one category.

    If there is only one category then the sorting options will not display.

    If your still having problems then try deactivating all plugins and send us a link to your page.

    Cheers!
    Elliott

    in reply to: Grid Row in COlor Section #426795

    Hey Martin!

    You can add columns inside a color section. Send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    in reply to: Contact Form and Google Map broken #426794

    Hi MediaMix1!

    It looks like your using Enfold 3.0.2. You’ll need to update to the latest version 3.1.4.

    See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.

    Best regards,
    Elliott

    in reply to: Problem to scroll on WindowsPhone 8.1 in Explorer #426793

    Hey!

    Send us a link and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Drop down menu links over two lines #426791

    Hey 110percent!

    Are you using some custom CSS? If so then paste it here so we can take a look.

    Cheers!
    Elliott

    in reply to: Homepage boxed content and fullwidth slider #426790

    Hey leplusweb!

    Not if your using the boxed layout. You can set the layout to stretched and then use CSS to make it look like the boxed layout though.

    Cheers!
    Elliott

    in reply to: Menu not responsive and not centering? #426789

    Hey mterrian!

    Add this to your custom CSS.

    @media screen and (max-width: 900px) {
    .phone-info { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    nav.main_menu { display: none !important; }
    }

    Regards,
    Elliott

    • This reply was modified 10 years, 9 months ago by Elliott.
    in reply to: Footer disseapearing #426785

    Hi EricSmeets!

    It looks like it’s only happening on that page so you most likely have an element in your page content that is not being closed properly. Try creating a new page and then add your content in piece by piece to figure out which element is causing the problem.

    Regards,
    Elliott

    in reply to: E-Mails sent via ENFOLD look confusing #426784

    Hi salai_com!

    Hmm, I think there should be line breaks between each field. Are you sure your email client is setup to view emails in text/html instead of plain text?

    Regards,
    Elliott

    in reply to: show active menu indicator also when subpage is open #426780

    Hey!

    For post types you would have to edit the posts and then add some CSS into the post content.

    <style type = "text/css">
    #menu-item-1610 > a > .avia-menu-fx {   display: block !important;
      opacity: 1 !important;
      visibility: visible !important; }
    </style>

    Best regards,
    Elliott

    in reply to: Adapt transparency header image #426777

    Hey Tim!

    It looks fine on my end. Do you mean you want the heads to still display when viewing on a smartphone screen? If so then I don’t think that is possible since your using the fullscreen slider. It might be possible with the LayerSlider but the image would be very small and not fullscreen.

    If I’m misunderstanding then take a screenshot and highlight what your trying to do.

    Best regards,
    Elliott

    • This reply was modified 10 years, 9 months ago by Elliott.

    Hi omnivoroussoon!

    You have the correct code for changing the padding. Just add another section like so to target the other sizes.

    @media only screen and (max-width: 3000px) and (min-width: 968px) {
    .responsive.html_header_sidebar .logo {
    padding: 38px !important;
    }}

    Regards,
    Elliott

    in reply to: Uncaught SyntaxError: Unexpected token * #426771

    Hi etocom!

    It should be working fine right after you activate it. Were you playing around with the scripts in Dashboard > BWP Minify > Manage Enqueued Files?

    I took a look but I’m not sure what’s going on there. Try deleting the plugin and re-install it. Also try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    Regards,
    Elliott

    • This reply was modified 10 years, 9 months ago by Elliott.
    in reply to: Page moves to the right #426755

    Hey!

    Are you talking about after the preloader stops loading the right scrollbar displays and moves the content sightly?

    That should be happening in all browsers and sites using Enfold. I’m not sure if there is much we can do about that but I’ll add it to our issue list so our devs can take a look.

    Best regards,
    Elliott

    • This reply was modified 10 years, 9 months ago by Elliott.

    Hey!

    Ok, I see now, yes that is supposed to display there. It’s not going to display on your actual shop page though. It would be best to leave the default shop page alone as it’s used for the product categories, archives, etc etc.

    If you want to create a custom product page then create a new page and you can insert our product grid and product list elements into the page content to create a custom layout.

    Best regards,
    Elliott

    in reply to: Masonry Blog #426731

    Hey!

    I don’t have a Mac to test on. I’ll flag this for the rest of our team to take a look.

    Cheers!
    Elliott

    in reply to: Page template copy #426729

    Hi Motiona!

    So your trying to change the menu and footer on certain pages correct? For the menu I would use this plugin, https://wordpress.org/plugins/zen-menu-logic/.

    For the footer though you could create a template to use but what I would do is just use some CSS to hide the footer on the page.

    <style type = "text/css">#footer { display: none !important; }</style>
    

    And then add a color section to your page content and set the Section colors to “Footer”. You can then add columns and widget area elements inside the color section to recreate the footer. I think this way would be a lot easier.

    Best regards,
    Elliott

    in reply to: Ad banner on top and right side outside boxed layout #426726

    Hey!

    Send us a link to your page and let us know where your wanting it to display and we’ll give you some CSS to use.

    For your second question go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.

    Regards,
    Elliott

    in reply to: Date Modified Error #426725

    Hey!

    I’m sorry but I don’t understand. Are you saying the post meta date that is displayed is the latest time you updated your post instead of the date when the post was actually published?

    If so then that should not be happening. Try deactivating all of your plugins and completely delete the theme before downloading + uploading a fresh copy.

    If I am misunderstanding then take a screenshot and highlight what is going on in your dashboard so we can get a better idea.

    Best regards,
    Elliott

    in reply to: How to add Read More on Blog posts? #426724

    Hey CompDocs!

    Navigate to Dashboard > Enfold > Blog Layout and for the style option set it to use the advanced layout editor.

    Next edit your blog page and insert the blog posts element to your content and set it to display full post content instead of excerpts.

    Cheers!
    Elliott

Viewing 30 posts - 8,131 through 8,160 (of 14,834 total)