Forum Replies Created
-
AuthorPosts
-
Hey OlegC!
I don’t know of any that I can recommend. If anyone has an idea then please share.
Here are some you can take a look at, https://wordpress.org/plugins/search.php?q=social+login.
Regards,
ElliottHi!
Your misunderstanding. That is code already in your page that is causing a javascript error. It’s either being added by a plugin or you added it yourself to the theme files.
Deactivate all plugins and completely delete Enfold before downloading + uploading a fresh copy.
Cheers!
ElliottHey Btina!
Remove the code you added and then navigate to Dashboard > Enfold > Advanced Styling and add a new rule for the menu links and set their font to whatever you need.
Best regards,
ElliottJanuary 1, 2015 at 6:21 pm in reply to: Blog roll img on the left preview content on the right #373865Hey Btina!
It sounds like your wanting to set the blog layout to single small in Dashboard > Enfold > Blog Layout and then change the image size on line 100 in the functions.php file.
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogsRegards,
ElliottHey!
It looks fine on my end except on very small screens where your logo is just too big so it flows offscreen.
You can add this to decrease it’s width a bit.
@media only screen and (max-width: 479px) { .responsive .logo img { width: 200px !important; } }Regards,
ElliottHey Dare2Dream!
Add this to your custom CSS.
#mobile-advanced { z-index: 99999 !important; } #advanced_menu_hide { z-index: 9999999 !important; }Regards,
ElliottHi!
You would just need to drag an image element above your textblock. If you want to place an image beside it then use our column elements 1/2 + 1/2.
Regards,
ElliottJanuary 1, 2015 at 6:07 pm in reply to: Missing ability to comment on blog page & lack of avia page builder on "posts" #373856Hey Rshaules!
1. It looks like you only have one post published so far correct? That post is linking to your blog page for some reason. Did you edit it’s permalink? If your not sure why it’s linking to your blog page then try deactivating all of your plugins and then delete your .htaccess file before saving your permalinks to the default or post name setting in Dashboard > Settings > Permalinks.
2. It’s not supposed to be used like that (some elements will display weird in posts, etc etc) but you can add it by doing this, https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts/.
Regards,
ElliottHey frysjo!
You can add it in the header.php template around line 13.
Consider using a child theme so you can save the edit between updates, http://kriesi.at/documentation/enfold/downloads/.
Regards,
ElliottHey elistutz!
Add this to your custom CSS.
.mejs-offscreen, .mejs_offscreen { display: none !important; }Regards,
ElliottHey stewroids!
You can find it in Dashboard > Enfold > Blog Layout > Blog Meta Elements.
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey website2create!
Open up /enfold/framework/php/function-set-avia-frontend.php and find line 777.
$output .= "<$wrapper class='pagination'>";Add this beneath it.
$output .= '<span class = "previous_pagination">'.get_previous_posts_link('Previous').'</span>';And line 793 you should see this.
$output .= "</$wrapper>".get_next_posts_link()."\n";Add this above it.
$output .= '<span class = "next_pagination">'.get_next_posts_link('Next').'</span>';And you can style them with this.
.previous_pagination { } .next_pagination { }Cheers!
ElliottHey!
Go ahead and take a screenshot and highlight exactly what your trying to do. You have a bunch of custom CSS going on so I’m not really sure what your trying to do with the image.
If your just trying to get the image to display beneath your video then add a separator element beneath your columns and insert the image element beneath it with no custom CSS being added to it.
Best regards,
ElliottHey afarahani!
Have you considered contact form 7 or gravity forms? They are pretty popular form plugins.
Try this CSS to make them display on one line.
input[type="radio"], .bfElementGroupNoWrap label { float: left; display: inline-block; }Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi!
I think the problem is that you your “Chromium” cell is a heading also. Instead try switching it to a regular table data cell and the headings should be picked up correctly.
I think your right, we must have some kind of javascript in the theme files which sets that CSS but I could not find it anywhere. But I think the fact that your using multiple rows of headings is messing it up. See here on our demo, http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/, where each heading matches up with the cells beneath it.
Best regards,
ElliottHey richardruddle!
I think WordPress is supposed to save your preferences now. If you activate the default theme it should still be doing the same. Try clicking on the Visual tab and then save the post and then navigate elsewhere and then back to the post and it should open up in the Visual editor again.
Cheers!
ElliottHi!
I’m still seeing the error. Did you add that script in manually? Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottHi!
If you load two copies of jQuery it’s going to cause javascript errors. Make sure to disable that setting.
Regards,
ElliottHi BizWizSolutions!
Thanks for using Enfold.
You have a fixed position set to the image which is going to make it behave like your header. I think what your wanting to use is absolute position.
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi!
Add this to make it stretch to fit the screen.
.page-id-62 .container_wrap { background-size: cover !important; }I don’t see the previous CSS I posted anymore so you must have gotten it removed somehow.
Cheers!
ElliottHey!
Try adding this to your custom CSS.
.av-icon-char:hover { color: red !important; border-color: red !important; }Cheers!
ElliottHey!
For those add this CSS.
.avia_cart_buttons { opacity: 1 !important; } .product-sorting * { color: black !important; opacity: 1 !important; }And you may need to edit the images in /enfold/config-woocommerce/images/.
Cheers!
ElliottHi!
In that case you can use this CSS.
#header { display: none; } .header-scrolled { display: block !important; } #main { padding-top: 0px !important; }Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey codecreative!
Drag a codeblock element to your content and add this inside.
<style type = "text/css"> .avia-icon-list > li:nth-child(2) .iconlist_icon { background: url("URL to your image") !important; } .avia-icon-list > li:nth-child(2) .iconlist-char { display: none !important; } </style>And then change the “2” for each line to 1 – 4 depending on which icon you wish to change to an image and then replace “URL to your image” with the correct URL.
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi salai_com!
Thanks for using Enfold.
Which element are you using? Can you send us a link to your page so we can get a better idea of what’s going on?
Cheers!
ElliottHi shakingtree!
1. Are you just trying to display an image to the left and have text wrap around it? In that case just click on the “Add Media” button and insert an image with a left alignment.
2. If your trying to recreate the demos you can import them in Dashboard > Enfold > Demo Import. You do not need to edit any heading or padding sizes.
3. When you edit your post set the header to be transparent and then insert a slider or color section to your content to create that effect.
Regards,
ElliottHey Guenter!
Go ahead and send us a link to your page so we can get a better idea of what’s going on.
Cheers!
ElliottHey Nancy!
Use this instead.
.single-post .big-preview { display: none !important; }Best regards,
ElliottHi mistral2!
Your talking about the size of your logo correct? When I view your site the logo image is giving me a 404 not found error. Try uploading it again in the dashboard.
Regards,
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
