Forum Replies Created
-
AuthorPosts
-
September 30, 2015 at 4:12 pm in reply to: Format box not showing in post. Enfold Version: 3.1.5 #511639
Hi!
There is already a comments element in the ALB. For the title you can use the special heading element. For the post meta you can type that stuff out manually in a textblock / codeblock element. Or you can right click your page and view source and copy the element for the post meta and paste that inside a codeblock and change the values to whatever you need.
If you want your post to display like a regular post and not a page then you will need to use the default editor instead of the ALB.
Cheers!
ElliottHi!
It looks the same to me. If you want to move it up or down then play around with the top: 5px value in the CSS I posted.
Best regards,
ElliottSeptember 30, 2015 at 4:02 pm in reply to: Overridden Enfold CSS attribute still affecting styling #511632Hey!
Glad you got it sorted. You can add CSS to the admin area in the /enfold/framework/css/avia_admin.css file.
Cheers!
ElliottHi smoothbob!
I see the “User Login” button in your menu but it doesn’t have any borders on it. Can you take a screenshot of what your seeing? Let us know what browser your using.
Cheers!
ElliottHey!
Correct, for the archives you will need to edit the archives.php template if you want to do a custom layout.
Best regards,
ElliottHey sarahlbest!
Try this out, https://kriesi.at/support/topic/disable-animation/#post-371416.
Regards,
ElliottSeptember 30, 2015 at 3:50 pm in reply to: Masonry Gallery Pagination links jump to top of page #511621Hey mikehartrich!
Add this to a codeblock element in the page.
<script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.pagination a').each(function(){ jQuery(this).attr('href', jQuery(this).attr('href') + "#av-masonry-1"); }); }); </script>
Best regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hi LeonieSijtsma!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> #home .avia-image-container { position: absolute; top: 0px; } </style>
Cheers!
ElliottSeptember 30, 2015 at 3:42 pm in reply to: Use specific font on specific page in "special heading" #511612Hi Paul!
Do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a custom class to the special heading element and then add this to your custom CSS.
.customClass, .customClass * { font-family: Trajan Pro !important; }
Best regards,
ElliottHey richardelectrix!
The shortcode for our buttons is
[av_button]
. Edit one of your pages in the default editor and click on the magic wand icon to insert a button. Copy the code that it placed in the editor and paste it into the layerslider.Best regards,
ElliottHi envis!
I don’t see it when I view your page. Take a screenshot and paste the code your using here.
Also, your using Enfold 3.1.1. Update to the latest version, 3.3.2.
Regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hey reddishpinkmedia!
Not really sure I understand. If your using the grid row element then the columns should display exactly like how you set them when you edit the page. Send us a WordPress login so we can take a look.
Best regards,
ElliottHey Marco!
Are you using the WordPress menus in Dashboard > Appearance > Menus? Your login is not working for me, is there a typo?
Best regards,
ElliottHey Michael!
You can set the archive style in Dashboard > Enfold > Blog Layout, the archives will take on the same style.
If your trying to make the archives display in a different way then you will need to edit the archive.php template and add your changes in. That would have to be considered custom work though. It would be best to hire a freelancer to help you out with that.
Regards,
ElliottHey Ikyo!
Go ahead and send us a link to the page and let us know which title exactly your trying to remove. There is the main title that displays next to the breadcrumbs but there is also an entry title that displays along with the product info.
Cheers!
ElliottHi inchmasterflex!
If it’s a custom link then it has no relation to the other pages. You could edit your other pages and add CSS into the page content to highlight it manually.
Best regards,
ElliottSeptember 30, 2015 at 3:24 pm in reply to: Changing the height of a colour section or code section #511573Hi richardelectrix!
Just use a codeblock element. Paste the code your using here so we can see how it’s supposed to be integrated.
Cheers!
ElliottHi!
You probably have a typo in your CSS then. Add the code to the very top of the file above your other CSS.
Send us a link to the page as well. You can set your reply as private if you wish.
Cheers!
ElliottHey!
Sometimes upgrades can break stuff. Deactivating your plugins will be able to confirm they are not causing javascript errors.
You can send us a WordPress login and we can take a look. Make sure WordPress is updated as well.
Regards,
ElliottHey!
I deactivated all of your plugins and it started to work again. Reactivate them one by one to see which one is causing the issue.
Regards,
ElliottHey!
You can find the link on line 529 in the /enfold/config-templatebuilder/avia-shortcodes/magazine.php file.
$title = "<a href='{$link}' {$titleAttr}>".get_the_title($entry->ID)."</a>";
Perhaps you can add a custom field to each post with the external URL and then grab it with get_post_meta, https://developer.wordpress.org/reference/functions/get_post_meta/.
Best regards,
ElliottHey CYYoga!
It looks like your SMTP login credentials are not correct. Double check for typos and contact your hosting provider to let them know about this.
Best regards,
ElliottHey stunna42!
Try deactivating all of your plugins. If that does not help then send us a WordPress login and we’ll take a look.
Regards,
ElliottHi Gordon!
The licenses are not tied to a certain domain. It’s just however many sites you have then you need that many licenses. It would be best to contact themeforest support about this for a more technical answer.
Regards,
ElliottSeptember 29, 2015 at 5:28 pm in reply to: facebook like box width border+ header disappear on mobile #510872Hey!
I think what your wanting to do with the facebook widget is this CSS.
.av_facebook_widget_wrap { background: transparent !important; border: 0px !important; }
If not then go ahead and take a screenshot and highlight your intentions so we can get a better idea.
Cheers!
ElliottHi!
It’s from the next section. Add this to your custom CSS.
#after_submenu { border-top: 0 none !important; }
Regards,
ElliottSeptember 29, 2015 at 5:24 pm in reply to: Header menu – css-style change – Only for Alternate menu #510868Hey!
Go ahead and send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
ElliottHi!
If your wanting to hide them then you can add this inside a codeblock element in the page.
<style type = "text/css"> .blog-meta { display: none !important; } </style>
Or just add this to your Quick CSS if you want to hide it everywhere.
.blog-meta { display: none !important; }
You can get it to display on the left if you add a sidebar to the page.
As for the title are you wanting to hide the overflow so it only shows one line? If so then add this to the CSS in the codeblock.
.post-title { height: 60px !important; overflow: hidden !important; }
Regards,
ElliottHey!
Add this to your custom CSS.
.ls-slide a:hover p, .ls-slide a:hover div { color: red !important; border-color: red !important; }
Cheers!
ElliottHi!
Add this.
.toggler { padding-left: 0px !important; } .toggle_content { border: 0px !important; padding-left: 0px; }
As for the fonts you can change them like so.
.toggler { font-family: verdana !important; } .toggle_content { font-family: verdana !important; }
Cheers!
Elliott -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts