Forum Replies Created
-
AuthorPosts
-
May 4, 2015 at 4:28 pm in reply to: Facebook "Like" button comment module not shown properly #439034
Hi!
Go ahead and remove all of your custom CSS and let us know when your done and we’ll take another look.
I would also consider just grabbing the facebook code from the website, https://developers.facebook.com/docs/plugins/like-button, instead of using a plugin.
Regards,
ElliottHi Hank!
For the post slider or portfolio grid you need to actually create some posts and portfolio posts and set their featured images.
If your wanting to just upload some images to the media library and use them like that then I would check out the content slider or the Masonry Gallery (or regular Gallery) elements.
Regards,
ElliottHey!
So you want to “vertically” center it then. What I usually do here is just add some more space to the logo image before uploading it. This will make sure it looks nice even when you use a shrinking header.
If you want to do it with CSS then increase the size of your header in Dashboard > Enfold > Header and then add this to your custom CSS.
.logo img { top: 6px; }Best regards,
ElliottMay 1, 2015 at 9:31 pm in reply to: Change floating navigation to the next or previous portfolio items. #438283Hi M15terp!
Do you mean within a specific portfolio category? Try this out, https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/#post-185420.
That will set it to use the next portfolio item in the same category as the current post.
Regards,
ElliottHey pegasso4444!
Add a whitespace / separator element above your text to move it down a bit.
Regards,
ElliottHey DanaLMahoney!
Can you take a screenshot and highlight the changes your wanting to do? The only problem I noticed was that your menu was running into your logo which you can fix with this CSS.
@media screen and (max-width: 900px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }And then play around with the 900px value until it looks good.
Regards,
ElliottHey!
I think it’s because you have the “Order by” option set to random. When you do this and click on the load more button it’s going to keep loading random posts. If you set it back to order by date or title then you’ll see the posts load fine.
Cheers!
ElliottHey David!
Your color sections are very small and you don’t have anything else in the page so (on my screen anyway) I cannot scroll at all. Try adding some more content in the page or set the color section height to be a bit larger so you can actually scroll on the page.
Regards,
ElliottHi!
Well it looks like your getting a javascript error now. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. You should be using 3.1.4 instead of 3.1.3 after this.
Also try activating just Enfold instead of your child theme to see if the problem is coming from there.
Best regards,
ElliottHi annameis!
Give you link a class like so.
<a href = "#" class = "customLink">Click here</a>And then add this to your custom CSS.
.customLink { color: red; } .customLink:hover { color: blue; }Cheers!
ElliottHey!
It’s still giving me a 404. Are you using a caching plugin?
Cheers!
ElliottHey Tobias!
They seem to be loading fine for me. Did you get this sorted?
If there is a specific page your having trouble with then send us a link and we’ll take a look.
Regards,
ElliottHi aIVIis!
So the only thing left I think is the read more link and the excerpt I think. You want to get rid of the read more link and excerpt?
Try adding this to your custom CSS.
article .entry-content { display: none !important; }If that’s not what your trying to do then send us a link to your page so we can get a better idea on what your using.
Cheers!
ElliottHi Liminalty!
If your using the latest version you can set the header to be sticky in Dashboard > Enfold > Header > Header behaviour.
Regards,
ElliottMay 1, 2015 at 8:31 pm in reply to: Use a particular style of a Google font for H1, and use small caps #438265Hi Fiorilla!
Add this to your custom CSS.
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none !important; }Try this out, https://kriesi.at/support/topic/add-a-new-custom-font/#post-211016, for adding italics.
Cheers!
ElliottMay 1, 2015 at 8:28 pm in reply to: White boxes behind portfolio masonry grid items on mobile #438264Hi biklops!
Add this to your custom CSS.
figcaption.av-inner-masonry-content { border: 0px !important; }Cheers!
ElliottHi morpho2014!
Not sure why but it looks like your footer widget area widgets were moved or deleted somehow. Try navigating to Dashboard > Appearance > Footer and reset them.
Also add this to your custom CSS to get rid of that small arrow in the socket area.
#socket .avia-bullet { display: none !important; }Cheers!
ElliottMay 1, 2015 at 8:18 pm in reply to: Mobile displays the Menu text and also a Mobile Menu box issue – i phone #438261Hi Chris!
Add this to your custom CSS.
@media screen and (max-width:767px) { nav.main_menu { display: none !important; } }Regards,
ElliottHey!
Add this to a codeblock element in the page.
<style type = "text/css"> .avia-slideshow { margin-bottom: 0px !important; } .avia-content-slider { margin-top: 0px !important; } </style>Cheers!
ElliottHey scaico!
Try adding it around line 20 in the page.php file instead. Or perhaps around line 43 in the template-builder.php file.
Regards,
ElliottMay 1, 2015 at 8:07 pm in reply to: Same picture, different slider (convert a slider to another) #438254Hey!
There currently is not a way to do that. They will need to be created manually.
All topics are sent to a queue and we try and work through the oldest ones first. You can view all of your topics by clicking on “Account Overview” in the right hand side of this page.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey bendosda!
1. You mean you want a color section with parallax, some content after it, and then another section with parallax using the same image beneath it? I’m not sure if that is going to be possible.
2. The easiest way to do this would be to copy the “Latest News” HTML and then paste it inside a text widget in the footer and change the links to whatever you need.
3. Add this to your custom CSS.
@media screen and (max-width:1000px) { nav.main_menu { display: block !important; } #advanced_menu_toggle { display: none !important; } }4. The separator has a “whitespace” style which does not have any borders.
5. See here for how to add a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
6. Hmm, it shouldn’t be cutting them. The default behaviour is to set their width to 100% of the column and their height to auto so they scale nicely inside the columns. Send us a link and we’ll take a look.
7. Which slider are you using? Send us a link and we’ll take a look.
8. You’ll have to crop the images for this one. If you force their size with CSS they will look distorted.
9. We do have a coming soon page, http://kriesi.at/themes/enfold-coming-soon/. If you want to display social buttons then you could use our icon shortcodes and add links manually, use a codeblock element with HTML inside, or use the “Social Share Buttons” element in the layout builder.
10. Do not set a link on the title if you do not want a link to be displayed.
11. You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to view the shortcodes being used in the layout builder.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
It’s kind of hard to understand. Can you send us a link so we can see it in action? You can set you reply as private if you wish.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
It looks fine on my end. You can set the bottom padding when you edit the shortcode and if you want to set a top padding then use this.
.av-special-heading-tag { padding-top: 20px !important; }Regards,
ElliottHi!
@S4racen, This thread is for Windows phone compatibility, is that what your using? If not then be sure your copy of Enfold is updated to the latest version, 3.1.4. If your still having problems and not using a Windows phone then start a new thread and we’ll be with you shortly.Cheers!
ElliottHey mocablue!
You can move the comment elements around to different areas in /enfold/includes/loop-comments.php on lines 26 – 55.
To tighten up the spacing add this to your custom CSS.
.comment_content { padding-bottom: 0px !important; }And for getting the formatting options to the comment forms that is going to take quite a bit of time and code to implement so it would have to be considered custom work.
Best regards,
ElliottHi!
It’s fine, like Ismael said it has no effect on your front-end SEO. Google can still see everything even though the plugin has trouble with the layout builder.
To make sure, you can check the page in Google webmaster tools, https://www.google.com/webmasters/, to see exactly what Google sees.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
Hmm, I would try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If you can reproduce the problem on a new page after doing that then send us a link to the new page and we’ll check your elements to see if there is a typo in your tags somewhere.
Also be sure to deactivate all plugins while testing to make sure plugins are not causing any weird behaviours (which happens a lot).
Best regards,
ElliottHi!
Thanks for the plugin recommendation. We’ll keep this open for other users.
Cheers!
ElliottHi!
That’s bordering on custom work. It would be best to hire a freelancer to help you out with that customization as we do not have any options for this yet.
You could try using the do_shortcode() for the Masonry element inside a custom archive template but I have not tested that out and it’s going to be a bit of work.
Best regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
