Forum Replies Created
-
AuthorPosts
-
September 13, 2015 at 2:35 pm in reply to: Full Width Sub Menu & Main Menu (mobile), change or add text #502308
Hi!
Add this to your custom CSS to hide the “Menu” text in your fullwidth sub menu.
.av-current-placeholder { display: none !important; }Regards,
ElliottHey!
Can you take a screenshot and highlight exactly what your trying to do with the grid row?
For the menu I would just add this CSS so it looks more compact.
.avia-menu { width: auto !important; }Best regards,
ElliottSeptember 12, 2015 at 3:57 pm in reply to: Shortcodes in textfields for tabs and content slider #502131Hey Kellyherman!
You would just need to drag one of the elements to your page content and you’ll see the code get generated in the debug view. You can copy that and paste it wherever you need then.
Best regards,
ElliottHi!
Try adding this.
#menu-item-search a { line-height: 40px !important; height: 40px !important; top: 42px !important; position: relative !important; border-radius: 3px; }Best regards,
ElliottHey!
There are no elements for that so you will need to add it in manually.
Add this to a codeblock element in your page content.
Regards,
ElliottHey!
I’m not aware of any “RTL update file”. If your using the latest version of Enfold and if your WordPress installation is set to a language that is RTL then it should display that way automatically. You can do this, https://kriesi.at/support/topic/how-to-enable-the-rtl/#post-253680, to force it.
Best regards,
ElliottHi!
Sorry, it should be.
function change_blog_archive_style() { global $avia_config; $avia_config[‘blog_content’] = “excerpt_read_more”; } add_action(‘get_header’, ‘change_blog_archive_style’);It would be best to add it to the functions.php file of a child theme.
If it’s still not working then add this on line 39 in the /enfold/includes/loop-index.php file.
$blog_content = "excerpt_read_more";Cheers!
ElliottHi micscr!
I have not used it personally but there is also polylang, https://wordpress.org/plugins/polylang/. I think the only multilingual plugin we have tested thoroughly is WPML since it is the most popular by far.
Regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey!
I don’t think there are any plans currently to add a button navigation like that. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Cheers!
ElliottHi!
Which page is it exactly? All of your links are giving me 404s. I closed your other topic, please do not double post.
Regards,
ElliottSeptember 12, 2015 at 3:18 pm in reply to: Advanced layout builder3 downloaded versions on 3 domains, not working #502114Hi!
Please do not double post.
Best regards,
ElliottSeptember 12, 2015 at 3:16 pm in reply to: Breadcrumb on sub pages do not show on Google Structured Data Testing Tool #502113Hi!
It’s pretty complex. You would need to edit the /enfold/framework/php/class-breadcrumbs.php file. It would probably be best to hire a freelancer to help you out with this customization.
Best regards,
ElliottHi!
In the /enfold/js/shortcodes.js file on line 2363 you should see this.
gallery.on('mouseenter','.avia-gallery-thumb a', function()Try changing it to this.
gallery.on('click','.avia-gallery-thumb a', function()Best regards,
ElliottHey Tokyo!
Not easily. You could add some CSS like so to your page.
#sub_menu1 { width: 933px !important; } .sticky_placeholder { display: none !important; }But you would have to play around with the widths if you want it to look good on all screens. What I would do is remove the borders so it looks good when you resize the screen.
Regards,
ElliottHey jonasnapier!
Please try this out, https://kriesi.at/support/topic/replace-the-default-blog-latest-news-title/#post-222111.
Regards,
ElliottHi Mitchell!
In the comments.php file move lines 153 – 174..
/* Last but not least the comment_form() wordpress function * renders the comment form as defined by wordpress itself * if you want to modify the submission form check the documentation here: * http://codex.wordpress.org/Function_Reference/comment_form */ if(comments_open()){ echo "<div class='comment_container'>"; echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>"; echo "<span class='minitext'>".__('Want to join the discussion?','avia_framework')." <br/>".__('Feel free to contribute!','avia_framework')."</span>"; comment_form(); echo "</div>"; } else if(get_comments_number()) { /* If there are no comments and comments are closed, * let's leave a little note, shall we? */ echo "<h3 class=' commentsclosed'>".__( 'Comments are closed.', 'avia_framework' )."</h3>"; }To just below line 70..
<div class='comment_container'>And make sure to surround those lines with PHP tags.
<?php ?>Best regards,
ElliottSeptember 12, 2015 at 2:38 pm in reply to: Advanced layout builder3 downloaded versions on 3 domains, not working #502097Hey Lone1971!
I checked both of your sites but they looked fine for me. The problem your having is the layout builder is not letting you edit any elements? Try creating a new page and add your content in piece by piece to see if any are causing problems.
Cheers!
ElliottHi fhcmsoftware!
Add a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then drag a text widget to it.
Best regards,
ElliottHi Welmoed!
You’ll need to edit the page and set the header style to transparent and then drag a color section to your content and set it’s background to blue.
You can get the URL for that background by looking in your media library or by editing the color section of that page.
Regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey Baruch!
What version of PHP is being used on your server?
Regards,
ElliottSeptember 11, 2015 at 5:59 pm in reply to: Blog Posts content element on home page not showing title #501837Hi!
I see what you mean. I noticed your single post view is displaying very weird as well. Have you done customizations?
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottHey sdelibaltov71!
Your talking about the gallery, http://kriesi.at/themes/enfold/shortcodes/gallery/.
When you click on both the big image and the small thumbnails it should open them up in a magnific popup which you can scroll between them all, forward and back. Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHey davienr!
It looks fine on my end. Uploading a logo a bit larger than it’s original dimensions will help make it sharper on retina screens. Your logo is probably a bit bigger than necessary but it still looks sharp.
Take a screenshot and highlight what your seeing.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi!
This CSS will give them a fixed width.
.av-main-nav > li { width: 20%; } .av-main-nav > li > a { width: 100%; }Best regards,
ElliottHi!
Use a color section and add a 1/1 column to it and 1/2 + 1/2 columns beneath that.
Cheers!
ElliottHey!
I deactivated all of your plugins and the problems went away. Reactivate them one by one to see which one is causing the issue.
Regards,
ElliottHi!
It’s a .htaccess file edit so it would not matter whether your using a child theme. The majority of servers use apache so try that one out first.
Best regards,
ElliottSeptember 11, 2015 at 5:25 pm in reply to: Increasing the excerpt lenght in the Post Slider element #501815Hi!
Please see here, https://kriesi.at/support/topic/enfold-post-slider-excerpt-length/#post-132552.
Cheers!
ElliottHi LifeIsNow001!
We can increase the width but not make it fullwidth. It would take too much time and code and would have to be considered custom work.
To change the colors add this to your custom CSS.
.avia-tooltip { background: red !important; color: green !important; }Regards,
ElliottHey xandria!
Please see here, https://kriesi.at/support/topic/display-only-excerpt-on-archive-page/#post-364919.
Cheers!
Elliott -
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
