Forum Replies Created
-
AuthorPosts
-
Hey Alexandre!
Try this out.
add_action( 'admin_print_styles', 'enfold_customization_admin', 10 ); function enfold_customization_admin() { echo '<style type = "text/css">'; echo 'a[href="#avia_sc_codeblock"] { display: none; }'; echo '</style>'; }You can echo out some CSS to hide it for anyone besides admin.
Regards,
ElliottHey mistral2!
Send us a link to your page and let us know the exact element your using and we’ll take a look.
You can find the image thumbnail sizes used around line 120 in the /enfold/functions.php file.
Best regards,
ElliottHi Matt!
If your using the layout builder for the product then that is the expected behaviour. You’ll need to add your images manually with our image or gallery elements. Or switch back to the default editor.
Regards,
ElliottHey m4ndi!
I do not think any of us has a copy of it but I’ll flag the rest of our team to be sure. If it’s a child theme then I would just look at it’s functions.php file and compare it to the latest version of Enfolds functions to see if you need to change anything.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi Arthith!
Try removing that from your .htaccess file and just add this to see what happens.
Header set Access-Control-Allow-Origin "*"Cheers!
ElliottHi vemaybayanz!
Send us a link to the exact page where your using it so we can take a look. The one in your footer does not seem like it’s from mailchimp.
Best regards,
ElliottHi Petr!
Cheers!
ElliottHi!
Yes, you still need to upload a fresh functions.php file to get rid of the error.
Regards,
ElliottHi!
It looks a lot better now. Clear your browser cache.
Also, you can use a 3/5 column if you only want to display one easy slider there. Just drag it to your color section and then drag the easy slider into it and you’ll see it will look a lot better.
Regards,
ElliottHey!
It’s because you forgot to remove the old code at the bottom of the functions.php file so there are two functions with the same name causing the error.
Upload a fresh copy of the functions.php file and try it again or just make it easy and download the child theme, http://kriesi.at/documentation/enfold/downloads/.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi wiwaldi79!
Your moving it up too far so it’s displaying beneath the header. Are you trying to have it display on top of the header? Take a screenshot and highlight what your trying to do.
Best regards,
ElliottHi!
I deleted it and created a new one and it’s displaying fine. Must have been some weird characters you were adding to the caption or button (the > character). I saved it as a template named “test”. You can reload the template to try and figure out where the problem was but I would just start editing the new one (keep saving and view the frontend) to try and pinpoint where the problem was.
Cheers!
ElliottHi!
Perhaps this would work.
aside li a { color: red !important; font-size: 14px !important; } aside li li a { color: red !important; font-size: 13px !important; }Send us a link to your page and we’ll take a look.
Best regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi!
When you grab the code from here, https://developers.facebook.com/docs/plugins/page-plugin, set the width to 180 before you click the “get the code” button.
Cheers!
ElliottHi!
Are you sure? I checked your page again but I do not see the 1/2 + 1/2 column elements.
The reason they are so big is because the images you are using are small (450 x 300) and they are being upscaled to fit the color section container. I know it sounds ironic but if you upload some bigger images to use then they will display how your wanting. Or if you use the image element instead of the easy slider then you’ll see they display fine.
Regards,
ElliottHey!
You can target pages with their class ID on the body element but in this case we are changing the html tag so we have to use the codeblock. Also your adding it to a couple of different pages so this saves time (you don’t have to hunt for page IDs).
Delete the codeblock element and add it to your page content again. Just copy / paste the CSS in my previous post and save. If it’s still displaying weird then send us a WordPress login.
Also, it looks like you need to update Enfold.
Regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi!
No, it would need to be added in manually. You can right click and view your page source (while using the default editor) and copy the post meta information and paste that inside a codeblock element.
For the featured image and title you can use the regular image element and special heading element. There is also a comments element you can use for comments. For the related posts you can use the “Blog Posts” element, it will have the same styling.
Best regards,
ElliottHi!
You can add all of that to the text widget.
Regards,
ElliottHey!
Yes please.
Best regards,
ElliottHey!
Send us a link to your page and we’ll take a look.
Cheers!
ElliottHi MoxieDM!
It’s because you have the page set to display full width no sidebar. Go ahead and set it to display a sidebar and then drag a codeblock element to your page and add this inside.
<style type = "text/css"> aside { display: none !important; } .template-page { width: 100% !important; border-right: 0px !important; } </style>Best regards,
ElliottHi!
We did not get it. Just type something out in the reply and then add your login information to the private content.
Be sure to deactivate all plugins while testing.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey!
Try adding the code inside a codeblock element in each page where you want to use it and remove the page ID like so.
<style type = "text/css"> .av_one_fourth .entry-content p { font-family: arial !important; color: red !important; } </style>Best regards,
ElliottHey mariocirillo!
The layout builder is for users who need complete control over how the post displays which is why that information is hidden. You can add it back in manually or use the default editor to get it to display.
Cheers!
ElliottHi!
Ok I think I see now. The images your using are 450 x 300 correct? The easy slider is going to take up the full width of it’s container so if you use it in a color section the images will then be upscaled so their width fits the container and their height will be automatic so they display very big. It would be best to upload some larger images to use or if you want to continue using those small images then consider adding two 1/2 + 1/2 columns to the color section and add an easy slider inside each.
Cheers!
ElliottHey!
Add this.
.sub-menu a { padding: 2px 15px !important; }Increase the 2px to make them bigger.
Best regards,
ElliottHi!
For the actual video try this.
.avia-testimonial-content .avia-iframe-wrap { max-width: 50%; margin: 0px auto; padding-bottom: 280px !important; }You’ll need to play around with the width and bottom padding settings.
Regards,
ElliottHi!
Same thing just by using “right”.
.info_beta { position: relative !important; top: -25px !important; right: 30px; }Regards,
ElliottHi!
Perhaps a caching issue. Let us know if you have any other questions.
Best regards,
ElliottHey Fionadee!
If you need the text, image, and button like that then you will probably need to do it manually like how your currently doing. You could use the tabs or toggles to make it look more compact.
Cheers!
Elliott -
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
