Forum Replies Created
-
AuthorPosts
-
Hey amp3rsand!
What operating system are you using? I checked on Windows 8 with latest Chrome but didn’t see it. I did notice the text beneath your Masonry looked a bit odd though. Try deactivating all plugins and clear your browser cache to see what happens.
Regards,
ElliottApril 30, 2015 at 5:51 pm in reply to: missing date, title and share icons when edit old posts #437610Hey Moises!
The advanced layout editor is for users who need complete control over how their posts display. If you want the post to display like a regular post then you’ll want to use the default editor.
Regards,
ElliottHi!
That is the only way that I know of. Not sure why you lost the color settings. You can just click the style you wish to use again in Dashboard > Enfold > General Styling.
Best regards,
ElliottHey!
Oh I see, so your just pasting the youtube URLs into your post content then? If so then they should be surrounded with a “avia-iframe-wrap” container but yours are not for some reason. 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.
If it’s still not working then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi leplusweb!
You can try surrounding it with a do_shortcode call like so.
echo do_shortcode($liste_partenaire->post_content);But it might have issues if your using fullwidth elements such as color sections or the fullwidth slider, etc etc.
Cheers!
ElliottHey!
I see, you will need to use that in the default editor. It’s not available in the layout builder.
Cheers!
ElliottHey!
Well closing them it’s possible but for opening them there is no animation applied. It’s just CSS so it’s going to take a bit more work than I thought. In this case it would be best to hire a freelancer out to help you with this customization.
Best regards,
ElliottApril 30, 2015 at 5:01 pm in reply to: Facebook "Like" button comment module not shown properly #437584Hi!
Hmm, it looks like a z-index issue but I couldn’t figure it out. What is the code your using there? Have you done any CSS customizations?
For the footer problem that should be fixed when you update the theme to the latest version.
Best regards,
ElliottHey!
Hmm, so your trying to display English LTR and Hebrew RTL in the same page? I don’t think that’s going to be possible without a lot of custom CSS work.
I tried viewing your site again but it looks like you currently have the default theme activated and not Enfold. Go ahead and switch back to Enfold and send us a link to the exact page in your screenshot.
Regards,
ElliottHi!
Well it sends me to a 404 when I clicked on the link so I’m not sure what you mean by “not able to edit the form” as I do not see any forms anywhere.
I read the link in the plugins support forum you provided and it sounds like it’s because your using the advanced layout builder, try using the default editor to see if it works there.
Regards,
ElliottApril 30, 2015 at 4:38 pm in reply to: Move page title out of band out of the header and into the content area #437574Hi!
@sky19er, In that case try above line 11 in the /includes/loop-index.php file.// check if we got posts to display:
@kevinmcgillivray, If you use a hook then you would still have to edit the functions.php to use it. You could try the “ava_after_main_title” hook or perhaps prepend the title to “the_content” hook. That might have weird side effects though.Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 29, 2015 at 9:50 pm in reply to: Lines of shortcode showing up in blog subscriber emails #437085Hey!
Well it’s kind of difficult for someone who is not used to coding. You could try installing the Firefox browser and then install Firebug, http://getfirebug.com/. You can then right click on the element and select “Inspect element”. It will then display a popup with a bunch of code with a blue area highlighting the elements code. You could then copy that and place it inside a codeblock element in your page. It might be best to hire a freelancer to help you out though.
Cheers!
ElliottApril 29, 2015 at 9:45 pm in reply to: Accordion slider not working correctly – does not display images #437082Hey connect4consulting!
It looks like your using Enfold 3.0.2. You’ll need to update to the latest version, 3.1.3, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi lcervigni!
Your sure your using the latest version, 3.1.3? Also be sure to deactivate all plugins while testing.
Best regards,
ElliottHi reddishpinkmedia!
Enfold is already responsive, there is no need to use a plugin. It you view your site on mobiles then it will display fine and it will also pass the google mobile test.
Cheers!
ElliottHi Artinet!
Open up /enfold/js/shortcodes.js and you can change the transition speed on line 3886.
transitionSpeed:900,And you can try and pause it on hovering on line 3898.
hoverpause: true,Regards,
ElliottHi Verdaccio!
You can reduce the header size in Dashboard > Enfold > Header. As for the content, can you take a screenshot highlighting the exact areas your wanting to reduce?
Best regards,
ElliottHey famewebdesign!
Your link is not loading for me. Is there a typo?
Try deactivating all plugins and clear your cache to see if that fixes it.
Regards,
ElliottApril 29, 2015 at 9:26 pm in reply to: White Space Setting generating a line all the way across page Everywhere used #437068Hey mocablue!
Are you using it inside a color section with a bottom border style applied?
Send us a link and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi CharlieTh!
It would take a lot of time and code and would have to be considered custom work. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/.
Or as an alternative you could use our column and image shortcodes to create a similar look.
Cheers!
ElliottApril 29, 2015 at 9:17 pm in reply to: Sorry, another one: possible to ad a small graphic above nav menu item? #437063Hi mike1270!
In Dashboard > Appearance > Menus when your editing your menu there is a dropdown arrow next to each link. If you click that you’ll see a field for changing the label for each item. You could add HTML there to display an image.
Or if you want to use CSS and set a background image then it would look something like this.
#menu-item-111 { background: url("URL to your image"); }Best regards,
ElliottHi WallaceCarlson!
Do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then drag the search widget to the new widget area.
Let us know when your done and we’ll give you some CSS to position it over in the right side of the menu.
Regards,
ElliottHi Tom!
It looks like your using the header left layout so I’ll assume your trying to change the menu link styling. You can do this in Dashboard > Enfold > Advanced Styling. You can set rules for the main level links, sub levels, and also for their hover states.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey Tom!
Use this instead.
.av-subheading p { }Regards,
ElliottHey Rupert!
Add this to your custom CSS.
.single_toggle b { padding-left: 5px !important; }Regards,
ElliottHi kyfr4n!
We have a new update, 3.1.4, pushed to themeforest that should fix this. It should be available in a day or two.
Cheers!
ElliottHi Charlotte!
Add this to the bottom of your functions.php file.
add_action( 'wp_footer', 'enfold_customization_footer_scripts' ); function enfold_customization_footer_scripts() { ?> insert your code here <?php }Best regards,
ElliottApril 29, 2015 at 9:02 pm in reply to: Contact Form Submit button unresponsive on mobile devices #437042Hi jaketovey94!
It’s working fine on my end. Are you sure your filling out all of the required fields? If they are not filled out correctly then they will be highlighted in red instead of green.
Best regards,
ElliottHi mocablue!
Add this to your custom CSS.
#top .avia-icon-tooltip { font-size: 12px !important; }Cheers!
ElliottHi Munford!
I’m not really sure I understand. So this CSS is being inserted somewhere and is causing problems?
p + h4 { margin-top: 1.5em; }Try adding this to your custom CSS to get rid of it.
p + h4 { margin-top: 0px !important; }If that’s not what your trying to do then highlight in your screenshot your intentions so we can get a better idea.
Cheers!
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
