Forum Replies Created

Viewing 30 posts - 8,041 through 8,070 (of 14,834 total)
  • Author
    Posts
  • in reply to: Menu under logo #429036

    Hey!

    It should be working now. Make sure to clear your cache if your not seeing any changes.

    Cheers!
    Elliott

    Hey!

    I’m not sure I understand what your wanting to do. You can either have it so the add to cart button displays a notification with AJAX or redirect the user to the cart page. Send us a link to your page and take a screenshot highlighting your intentions.

    Regards,
    Elliott

    in reply to: Tablet compatibility of the Enfold theme #429027

    Hi EricSmeets!

    Add this to your custom CSS.

    .avia_mega_div {
      width: 250% !important;
    }
    @media screen and (max-width:800px) {
    .flex_column { width: 100% !important; }
    }

    You may need to increase the 800px part.

    Regards,
    Elliott

    in reply to: Footer disseapearing #429019

    Hi!

    When our devs get to it they may reply here. Or if it would take a lot of editing it will probably just get added in the next update.

    Regards,
    Elliott

    in reply to: Tweaks #429014

    Hey!

    So your wanting the featured images that display in your blog page to link to the posts? That should be how it works by default, http://kriesi.at/themes/enfold/blog/blog-single-author-big/, have you done customizations?

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    Cheers!
    Elliott

    in reply to: Enfold: Automatic excerpt for CPT #428489

    Hi Julie!

    If your using the advanced layout editor then no excerpt will be displayed. You will have to fill out a custom excerpt when editing your post or use the default editor.

    Regards,
    Elliott

    in reply to: Pre-load permission section in just a website page #428485

    Hey Adolfo Lucio!

    I checked the link but I’m not really sure what you mean by “pre load permission section”. Take a screenshot and highlight what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    in reply to: Feature Photo #428482

    Hi abzzyy!

    Switch to the advanced layout editor instead of the default editor and then use our image element to insert your own image. You can add a caption to the image or just drag a textblock element beneath the image to add some extra text.

    Regards,
    Elliott

    in reply to: Sidebar #428481

    Hey DjBeau!

    You can set the layout to a right sidebar when editing the page and also select a custom sidebar to use. You can create custom sidebars (widget areas) in Dashboard > Appearance > Widgets.

    For the google map if you do not want it to go full width then drag it inside a 1/1 or other column.

    Cheers!
    Elliott

    in reply to: Blog post & Magazine #428478

    Hey Charlotte!

    Add this to your custom CSS.

    .template-blog .post-title {
      padding-top: 0 !important;
    }

    Regards,
    Elliott

    in reply to: Change size of body text #428472

    Hi Charlotte!

    You can do this in Dashboard > Enfold > General Styling > Fonts.

    Cheers!
    Elliott

    in reply to: Set featured image automatically #428470

    Hi Charlotte!

    You would still have to set a featured image for each post. I don’t know of a way to have it be set automatically. Perhaps a plugin would be able to do this.

    If you do not want the featured image to be displayed in the single post view then you can use this CSS to hide it.

    .single .big-preview { display: none !important; }
    

    Cheers!
    Elliott

    in reply to: Icons in Main-Menu ? #428468

    Hey corestudio!

    You could probably do it with CSS, https://kriesi.at/support/topic/sort-buttons/.

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

    Regards,
    Elliott

    in reply to: Google fonts not displayed in iPhone and PC #428467

    Hey yudkoren!

    That is for adding extra google fonts to the theme settings. You still need to select to use them in Dashboard > Enfold > General Styling > Fonts.

    Are you sure the fonts support the language your using on your site? You may need to select a different “script” when reviewing the font on the google fonts API.

    Best regards,
    Elliott

    in reply to: Two social icons beside each other on a mobile page ? #428461

    Hi Paul!

    How are you making the splash page? We do have an element for displaying the social share buttons now. You should see it in the layout builder if your using the latest version of Enfold.

    If your using the blank template then you could drag the element to your page content to display.

    Best regards,
    Elliott

    in reply to: Access to Stylesheet #428460

    Hi Rhys!

    Which elements are you trying to style?

    You can find all of the CSS in the /enfold/css/ folder.

    Best regards,
    Elliott

    in reply to: Menu transperancy #428459

    Hi anogma!

    Try adding this to your custom CSS.

    .avia_mega_div { background: rgba(255,255,255,0.5) !important; }
    

    The first three 255 values refers to the RGB color and the last 0.5 refers to the opacity.

    Regards,
    Elliott

    in reply to: Replace the default “Blog – Latest News” title #428456

    Hey 567silver!

    What happens when you edit line 9 in the single.php file?

    $title  = __('Blog - Latest News', 'avia_framework'); //default blog title
    

    Regards,
    Elliott

    in reply to: bug / can't make edits / everything is erasing #428447

    Hey!

    Is it only that page? Can you send us a WordPress login so we can take a closer look?

    Make sure to deactivate all plugins while testing.

    Regards,
    Elliott

    • This reply was modified 10 years, 9 months ago by Elliott.
    in reply to: Background Image on iPad displaying huge #428444

    Hey!

    Try setting it to “center center” instead of “top right”.

    Regards,
    Elliott

    in reply to: Headline rotator text #428443

    Hi SaraMichelle!

    The font size your using is too big. You’ll need to either reduce that or you can use this CSS to increase the width of the container.

    .av-rotator-text { width: 100% !important; }
    

    You could try doing something like this.

    .av-rotator-text {
      font-size: 4vw !important;
    }

    So the font size changes with the screen width.

    Regards,
    Elliott

    in reply to: No Comments on site. #428440

    Hi finchkelsey!

    For the first link they are not displaying because you are using the advanced layout editor on that post. You’ll need to use the default editor.

    For the second and third links you provided the comments are displaying but you have it set that only logged in users can comment.

    Regards,
    Elliott

    Hey!

    How you currently have it setup would be the best way I think.

    If you need it to open up in a popup then set the link so it points to the QR Code and then open up /enfold/js/avia.js and around line 971 you should see this.

    links.not(options.exclude).addClass('lightbox-added').magnificPopup(av_popup);
    

    Add this beneath it.

    jQuery('.social_bookmarks_weixin a').magnificPopup(av_popup);
    

    Cheers!
    Elliott

    Hi aguldbeck!

    You could use the fullwidth easy slider or perhaps the LayerSlider for that. They will display above the main content and sidebar.

    Best regards,
    Elliott

    in reply to: Adding Padding to portfolio grid items #428433

    Hi haydaw!

    Try adding this to a codeblock element in the page.

    <style type = "text/css">
    .grid-entry img { padding: 15px !important; }
    </style>

    Cheers!
    Elliott

    in reply to: Making Video Portfolios #428428

    Hey gphughes!

    What I like to do is open the video up in a popup and since you do not need the posts to link anywhere this may be a good option for you. You can view an example here, http://kriesi.at/themes/enfold/portfolio/, by clicking on the soccer ball image.

    Or you could also just display the videos individually in columns with our video element.

    Best regards,
    Elliott

    in reply to: How to get rid of pencil mark on "you may also like" #428426

    Hi!

    If your just wanting to get rid of it then you can hide it with this CSS.

    .av-magazine-content {
      display: none;
    }

    Regards,
    Elliott

    in reply to: Font Color #428392

    Hey jmthom3!

    So your selecting a different color scheme in the General Styling tab and saving and it’s not displaying the changes on the front end? Are you using a caching plugin? Go ahead and try deactivating all plugins and clear your browser cache to see what happens.

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

    Best regards,
    Elliott

    in reply to: Insert tabs "shortcodes" in php file #428389

    Hey WebyxDesign!

    This kind of customization would have to be considered custom work and it would be best to hire a freelancer to help you out.

    To answer your question though I suppose you could try creating the tabs in your page and then view your page and right click to view the page source and copy the HTML that is displayed. Other than that you would have to open up the tabs shortcode file and copy all of the HTML that gets created.

    Best regards,
    Elliott

    Hi ribit!

    I clicked around your pages and they all have sidebars and they all have transparent headers also so I’m not sure I understand the problem.

    When you use a transparent header it will eliminate the top padding for your main content so it displays beneath the header. This is because most people use transparent headers with color sections (or sliders) and set a background image to the color section as seen on this page of our demo, http://kriesi.at/themes/enfold/homepage/transparent-header/.

    Can you take a screenshot and highlight what your trying to do so we can get a better idea?

    Regards,
    Elliott

Viewing 30 posts - 8,041 through 8,070 (of 14,834 total)