Forum Replies Created

Viewing 30 posts - 6,601 through 6,630 (of 14,834 total)
  • Author
    Posts
  • in reply to: Site width and RGBA colors #463394

    Hi Tim!

    It would be best to use a hex color, #FF00AA, etc etc. The reason your using rgba is because you want some opacity? Send us a link to your page and take a screenshot highlighting the exact changes your trying to do.

    Cheers!
    Elliott

    in reply to: Blog and Portfolio url structures #463390

    Hey!

    Most users want the portfolio permalinks to use the structure they have set in Dashboard > Settings > Permalinks which is why we do not do it by default.

    Best regards,
    Elliott

    in reply to: car logo above menu logo in mobile android #463388

    Hi Mario!

    Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.

    Make sure your using the latest version of Enfold, 3.2.1, and that all plugins are deactivated while testing.

    Cheers!
    Elliott

    Hey Rshaules!

    It looks like you imported the demo. Do you still have the demo pages in your site or did you delete them already?

    Regards,
    Elliott

    in reply to: Highlight menu item for collection of pages #463382

    Hey Keith!

    You would have to use pages and child pages for that. WordPress doesn’t give any menu classes for posts yet and it would take a lot of time and code to add that in so it would have to be considered custom work.

    You could try hiring a freelancer to help you out.

    Regards,
    Elliott

    in reply to: Full screen slider not covering whole page #463378

    Hi mrivanp!

    It looks like you forgot to include the link. We’ll need to see it in action to figure out what is going on. You can set your reply as private if you wish.

    Regards,
    Elliott

    in reply to: Lightbox and Nextgen Gallery #463377

    Hey apremierdj!

    Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.

    Regards,
    Elliott

    in reply to: Creating a blog page. #463375

    Hi koala!

    Your using a static page in Dashboard > Settings > Reading? If so then remove that.

    You can setup your blog page in Dashboard > Enfold > Theme Options. First you select the page to use as your homepage and then the option for the blog page will display.

    Cheers!
    Elliott

    in reply to: advanced slider layout – disable grey border #463373

    Hi Magnolia82!

    Try dragging a codeblock element to that page and add this inside it.

    <style type = "text/css">
    .ls-slide { background: blue !important; }
    </style>

    Cheers!
    Elliott

    in reply to: BB Press not resizing right with Enfold #463369

    Hi bambinou1980!

    Send us a link to your page and take a screenshot highlighting the exact changes your wanting to do. I suppose you could get some more space by hiding the forum avatars on small devices.

    Cheers!
    Elliott

    in reply to: Extra elements header customization #463366

    Hi diannedominguez!

    Add this to your custom CSS.

    #header_meta { background: red !important; }
    

    For the social icons try this CSS.

    .social_bookmarks > li {
      border-right: 1px solid black !important;
    }

    Cheers!
    Elliott

    in reply to: Can't get comments section to appear on blog posts #463363

    Hi bjerring65!

    You probably are disabling them in Dashboard > Settings > Discussion. Make sure comments are allowed for users who are not logged in and that they are not disabled on posts older than a certain number of days, etc etc etc.

    Best regards,
    Elliott

    in reply to: Rows in Table #463352

    Hi!

    I’m sorry but I’m not sure I understand. Can you take a screenshot and highlight the exact changes your trying to do? This will help us out a lot.

    Best regards,
    Elliott

    in reply to: Avia Layout Builder non-responsive #463347

    Hi!

    I activated Enfold 3.2.1 instead of your child theme (you’ll want to delete the old copy of Enfold from your themes directory) and then deactivated all plugins and it started to work again. Reactivate them one by one to see which one is causing the problem.

    Regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Enfold Toggles Size #463342

    Hey!

    To move the icon to the right add this to your custom CSS.

    .toggle_icon { right: 10px; left: auto !important; top: 18px !important; }
    

    And if you want to make them a bit bigger then you can try this CSS out.

    .js_active .toggler { padding: 15px 3px 15px 35px !important; }
    

    Best regards,
    Elliott

    in reply to: Darstellungsfehler Firefox (Fullwidth Slider) #463338

    Hi!

    I don’t see the CSS code, did you remove it? Go ahead and add it back in and let us know when your done so we can take another look. I think that should be working.

    Best regards,
    Elliott

    in reply to: Show alt tag in lightbox instead of counter #463334

    Hi!

    Your trying to display the alt text correct? Do you have the text actually set in the alt attribute of the image? If so then we can grab it with javascript. Send us a link to your page so we can take a closer look.

    Regards,
    Elliott

    in reply to: Navigation jumps to wrong place anchor #463332

    Hey!

    Now copy over the content from your previous page to this one, piece by piece, to see if any of them are causing the problem.

    Not sure what it could be. Still can’t reproduce it on my end.

    Cheers!
    Elliott

    in reply to: Problem after recent update #462836

    Hi sabrinasantilli!

    That’s weird. Are you sure it wasn’t a hiccup with your hosting provider or a caching issue?

    Send us a WordPress login if your still having trouble and we’ll take a look.

    Cheers!
    Elliott

    in reply to: Linked image in Sidebar #462831

    Hi neustifter!

    Unless you use a plugin with a specific “image” widget then that would be the best way. As for increasing the width you can do so in Dashboard > Enfold > General Layout > Dimensions. Or if there is something specific 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: export #462823

    Hey romero2!

    I don’t think there is a way to do this with specific content but you can enable the debug view, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and copy the shortcodes from your layout builder and paste them in the same area on the other site.

    Best regards,
    Elliott

    in reply to: Portfolio grid / sidebar calculation problem #462821

    Hi iheartwine!

    It seems to be working fine on my end. The reason the scroll bar gets hidden is because there is not enough content on the page to overflow the screen. If you hit the “All” button then more items will get displayed so the scrollbar comes back. It’s just how the browser works.

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

    Best regards,
    Elliott

    in reply to: Show alt tag in lightbox instead of counter #462819

    Hi Mark_goessens!

    You cannot use PHP inside a javascript file. You can grab more information about the image with javascript though. See here, https://kriesi.at/support/topic/social-sharing-on-galleries-enfold-v-3-0-2/#post-344775.

    Best regards,
    Elliott

    in reply to: Rows in Table #462818

    Hi michaellausser!

    Are you trying to make it so they are all the same height? If so then drag a codeblock element to that page and add this inside.

    <style type = "text/css">
    .pricing-table li {
      height: 110px !important;
    }
    </style>

    Cheers!
    Elliott

    in reply to: Left and Right padding for images not working #462816

    Hey Vikrant!

    Did you set the “Space between columns” option to “No space between columns”? Once you do that you can set some inner padding in the “Layout” tab to change the space.

    Cheers!
    Elliott

    in reply to: Problems icon font manager #462814

    Hey aB-Agenta!

    You will need to use fontello.com. There is a section on that site where you can drag your custom svg icons.

    Regards,
    Elliott

    in reply to: Navigation jumps to wrong place anchor #462811

    Hey!

    I see now. I couldn’t reproduce it on my XAMPP setup though. 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.

    3. Activate Enfold instead of the child theme.

    If your still having problems then try creating two new pages and add some sample sub menu elements and color section elements there and try to recreate the problem for us.

    Regards,
    Elliott

    in reply to: Custom Social Media Icons #462798

    Hey!

    I recommend adding it to a child theme functions.php file but if you need to add it to Enfold’s functions.php then you’ll need to move it up around line 10. I already did it for you.

    Next you need to change this line.

    $icons['imdb']	 = array( 'font' =>'fontello', 'icon' => 'imdb');
    

    To something like this.

    $icons['imdb']	 = array( 'font' =>'fontello', 'icon' => 'ue803');
    

    If your not sure which “ue803” to use then extract the zip file of the font you downloaded and look inside the /fonts/ folder. If you open up the .svg file in a text editor you’ll see a line like this.

    <glyph glyph-name="crown" unicode="" d="m419 822c-39 0-71-32-71-72 0-40 32-72 71-72 39 0 74 32 74 72 0 40-35 72-74 72z m-48-222c-40-119-101-152-101-152s-52 146-109 232c-23-52-47-86-96-100-1-44 51-208 55-290l601 0c2 79 55 256 55 288-38 16-85 51-96 102-63-86-109-232-109-232s-61 33-101 152c-27-13-77-13-99 0z m-297 222c-40 0-74-32-74-72 0-40 34-72 74-72 39 0 70 32 70 72 0 40-31 72-70 72z m47-603l0-119 600 0c0 43 0 81 0 119z m644 603c-40 0-72-32-72-72 0-40 32-72 72-72 40 0 72 32 72 72 0 40-32 72-72 72z" horiz-adv-x="837" />
    

    You can grab the number to use there, unicode="".

    EDIT: You can also change which code to use on the fontello.com site. Click on the “Customize Codes” tab after selecting the icons you want.

    Best regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Sidebar on Search Result page only #462778

    Hey catmac2204!

    If your using a child theme then add this to the functions.php file.

    add_filter( 'avf_custom_sidebar', 'enfold_customization_search_sidebar' );
    function enfold_customization_search_sidebar( $sidebar ) {
    	if ( is_search() ) {
    		$sidebar = "Shop Overview Page";
    	}
    	return $sidebar;
    }

    If not then add it to the bottom of the Enfold functions.php file.

    Best regards,
    Elliott

    in reply to: Darstellungsfehler Firefox (Fullwidth Slider) #462774

    Hey!

    Add this to your custom CSS.

    .avia-mozilla .avia-caption-title {
      margin-bottom: 3px !important;
    }

    If that’s not working then send us a WordPress login and we’ll take a closer look.

    Regards,
    Elliott

Viewing 30 posts - 6,601 through 6,630 (of 14,834 total)