Forum Replies Created
-
AuthorPosts
-
Hey!
Since your using just plain HTML and CSS it does not seem like a theme issue. Does it do the same when the default theme is activated?
Cheers!
ElliottHey!
That’s actually in a file, /wp-content/uploads/dynamic_avia/enfold.css.
Cheers!
ElliottJanuary 19, 2015 at 6:49 pm in reply to: Facebook Box shows up in the Layout Editor but not on the page #382010Hi!
Are you sure the code is correct with no typos? I created test page and inserted your code into the text editor but it’s giving an error there as well.
Also make sure to deactivate all plugins while testing. Your using quite a few so it could be they are causing problems.
Best regards,
ElliottJanuary 19, 2015 at 6:34 pm in reply to: How do I design the header – MEGA MENU section of Enfold theme #381992Hi!
Paste the full code your using here.
Cheers!
ElliottHey!
Yes you can add a portfolio grid to the single portfolio posts as well. When you do this though the featured image will not display but you can still add your own inside the post content.
Regards,
ElliottJanuary 19, 2015 at 6:13 pm in reply to: Changing Maximum Container Width doesn't result in any change #381974Hey!
Is your /wp-content/uploads/dynamic_avia/enfold.css file writable? Make sure that it is and then try changing your maximum container width option in Dashboard > Enfold > General Layout and save to see what happens.
If that does not work then try creating a copy of your theme settings in Dashboard > Enfold > Import/Export and then hit the “Rest All Options” button to see if it updates.
Best regards,
ElliottHey!
Sorry, I forgot to check your link last time. The Woocommerce shortcodes should be working fine. It looks like you pasted it into the Visual editor though which will surround it with code tags. Switch to the Text editor and delete everything you see and then type the shortcode out manually.
Best regards,
ElliottHi iveyeng!
Try dragging a codeblock element to your content and add this inside.
<style type = "text/css"> .entry-content-wrapper > *:last-child { border-left: 1px solid black; margin-left: 20px !important; padding-left: 70px !important; } </style>I’m not sure what your talking about in your second request though. Take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHey!
Unfortunately this would take a lot of time and code to implement so it would have to be considered custom work for now. It would be best to hire a freelancer to help you out with this customization.
If you’d like then you can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see an option get added in the future.
Best regards,
ElliottHey!
Ok I’m seeing it now. It only happens sometimes when you refresh the page, like a 50/50 chance. I created a test page though and no matter how many times I refresh it does not do the same on the test page. I’m not sure why that’s happening but I’m guessing it’s a combination of the elements your using on your homepage.
Try creating a new page and add the elements in one by one to see which one is causing the problem.
Cheers!
ElliottHey!
I just checked again but it appears to be loading fine now on my nexus 7. Did you get this sorted?
Also, your .net domain does not appear to be working anymore.
Regards,
ElliottHey!
Then change the code that I posted from this.
@media only screen and (max-width: 767px) {To this.
@media only screen and (max-width: 989px) {Regards,
ElliottHey!
I’m on Windows 8 with Firefox v.35. Can you take a screenshot or screencast of what your seeing?
Cheers!
ElliottHey!
Are you talking about the order of the tags with the accordions? They will display alphabetically by default. If you do not want that then comment out line 262 in /enfold/config-templatebuilder/avia-shortcodes/toggles.php.
//ksort(avia_sc_toggle::$tags);Cheers!
ElliottHi ultramixer!
I’m on Windows 8 with IE11 and I took a look with the emulation tools but it seems to be working fine. Are you sure compatibility view is turned off?
Does it do the same on our demo? http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/
If so then try reinstalling IE.
Cheers!
ElliottHi paso70!
Do you have a font file you wish to use with @font-face? If so then add this to your custom CSS.
@font-face { font-family: your_font_name; src: url(your_font.woff); }And then for example if you wanted to change the H1 headings then you could use this CSS.
h1 { font-family: your_font_name !important; }Cheers!
ElliottHi EuroInfoSys!
Try this out.
.avia-icon-list .iconlist_title { font-size: 12px !important; }Cheers!
ElliottHi 1lizcollins!
When you edit the icon box element you can switch to the colors tab and change the icon color there.
Regards,
ElliottHi pegasso4444!
It’s kind of hard to understand from your screenshot. It looks like your trying to reduce the size of the header a bit?
Send us a link to your site so we can get a better idea of what’s going on.
Cheers!
ElliottHey thecszone!
Try adding this to your custom CSS.
.js_active .active_tab_content { overflow: visible !important; }Best regards,
ElliottJanuary 18, 2015 at 5:46 pm in reply to: How to display social icons in footer widget instead of socket? #381496Hi tvl76!
You could use a text widget for the text, the custom menu widget for the menu, and for the social icons we don’t have a widget for that but you could use a text widget and add this inside.
<a href = "#"><img src = "URL to your image" /></a> <a href = "#"><img src = "URL to your image" /></a> etc etcCheers!
ElliottHi nowhere!
You can do this in Dashboard > Enfold > Advanced Styling. Just select the main menu links in the dropdown and you can then change the size, color, font, etc etc.
Cheers!
ElliottJanuary 18, 2015 at 5:41 pm in reply to: Reduce spacing/padding between elements, when using Avia Advanced Editor #381494Hi alxbosman!
If you want to do it for all elements then you could do something like this.
#main * { margin: 0 !important; }But your most likely just wanting to do it for a select few elements so take a screenshot of that page and highlight what your trying to do in the screenshot and we’ll give you some CSS to use.
Cheers!
ElliottHi AnjiG!
It’s just a notice so you can ignore it if you wish. Not sure what it could be 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. Create a new page and add a google map to see if you get the same message there.
If your still having problems then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHi alex2545!
Quick CSS is for quick styling changes where you don’t want to have to open up and edit a file. It is saved between updates.
Personally I do my editing in the Quick CSS field and when I’m done I move all of it into the child theme stylesheet.
Cheers!
ElliottHi jclay!
Your talking about the “Live Preview” button in Dashboard > Appearance > Themes? Hmm, it seems to be working fine on my end.
Try activating it and then activate a different theme and then check to see if the live preview works.
Cheers!
ElliottHi alamedawaterpolo!
I checked your link but I don’t see the breadcrumbs. Try clearing your browser cache and any caching plugins you might have installed.
Regards,
ElliottHey Jason!
Add a codeblock element to the page content and then add this inside.
<style type = "text/css"> .logo { display: none; } </style>Cheers!
ElliottHi nigdowser!
In the textblock element switch to the text editor and surround your text with this.
<p style = "text-align:center;"> </p>Best regards,
ElliottHi!
It’s probably supposed to look like this.
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], $size); featuredImgAttribution();Or if it’s supposed to echo something out then try right before line 98.
echo "<div class='blog-meta'>";Or right after line 126.
echo "</div>";Cheers!
Elliott -
AuthorPosts
