Forum Replies Created
-
AuthorPosts
-
Hi!
Add this to a codeblock element in the page.
<style type = "text/css"> .fullsize .container .twentytwenty-container { margin: 0px !important; } .fullsize .container { max-width: 100% !important; padding: 0px !important; margin: 0px !important; } .fullsize main { padding: 0px !important; margin: 0px !important; } </style>
Best regards,
ElliottHey!
I have not used it before but it appears it can redirect a 404 from the plugin description, “404 error monitoring – captures a log of 404 errors and allows you to easily map these to 301 redirects”.
Perhaps there is another plugin you can use.
This isn’t really a theme question though so it would be better to ask this on the WordPress support forums, https://wordpress.org/support/.
Regards,
ElliottOctober 23, 2015 at 4:56 pm in reply to: Post metadata lost when using Advanced Layout Editor #523979Hey JacobSalomonsen!
That’s the correct behaviour. You can switch to the default editor and right click your page and view the source code and copy the post meta information and then paste it into a codeblock element in the layout builder if you want it to display exactly the same.
If you want your post to display like a regular post and not a page then it would be best to use the default editor and the magic wand icon to insert shortcodes.
Cheers!
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi s2taylor!
I don’t think that would be possible without a lot of customization. You can add the pages your developer created but they will look different than the one page demo site because your site styling will be different.
Best regards,
ElliottOctober 23, 2015 at 4:50 pm in reply to: Please help with image size when changing images on a demo #523974Hi!
The other images are 845 x 321. You’ll want to crop yours to the same aspect ratio if you want them their height to display the same.
Regards,
ElliottOctober 23, 2015 at 4:46 pm in reply to: How to reverse the order of Blog Post element and Masonry Gallery element? #523971Hey DROR!
You can switch the float to right instead of left but I think it’s going to mess up the order. Add this to a codeblock element in the page.
<style type = "text/css"> div .av_one_third { float: right !important; margin-left: 0px !important; margin-right: 4% !important; } </style>
Regards,
ElliottHey andydiprose!
It’s because of the empty cells your using. The table should have a header for each column and all cells filled out for it to work properly, https://kriesi.at/support/topic/bug-table-headers-applied-incorrectly-on-media-query/.
Would you like to disable the responsive table CSS?
Cheers!
ElliottHey!
Hmm, go ahead and update to the latest version, 3.3.2, first off. Your currently using 3.2.3.
It looks like the problem though is that your using the more tag. Remove the more tag from the post content and then change line 30 in the /enfold/includes/loop-index.php file from this.
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";
To this.
$blog_content = "excerpt_read_more";
Now the custom excerpt you have written should display.
Cheers!
ElliottHey!
Add this.
.price * { float: left; margin-right: 5px; }
Cheers!
ElliottHey!
The magnific popup will select all images surrounded with a link so you just need to target the link surrounding each image. If you view your source code you’ll see the link has a class of “av-masonry-entry” so you can use that to target them.
Regards,
ElliottOctober 23, 2015 at 4:16 pm in reply to: Customization problems – Landing page arrow color and framework changes #523951Hey amepro!
1. Add this to your custom CSS.
#top .scroll-down-link { color: red !important; }
2. Whenever a function is surrounded with a “function_exists” call you can copy that into your child theme functions.php file and edit it there. Here is an example in the file you mentioned.
if(!function_exists('avia_is_dynamic_template')) { /** * This function checks if the page we are going to render is using a dynamic template * * @return bool $result true or false */ function avia_is_dynamic_template($id = false, $dependency = false) { $result = false; if(!$id) $id = avia_get_the_ID(); if(!$id) return $result; if($dependency) { if(avia_post_meta($id, $dependency[0]) != $dependency[1]) { return false; } } if($template = avia_post_meta($id, 'dynamic_templates')) { $result = $template; } return $result; } }
Just copy the whole function to your child theme and it will be used instead.
Cheers!
ElliottHey carosch!
Not sure if LayerSlider has that feature. If your using WPML then I imagine it would select the correct translated version of the post. It would be best to contact the plugin authors, http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246/support.
Regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi unlimited1!
If you want it to open up your mail client when clicked on then make sure the URL looks like this.
mailto: (Email address hidden if logged out)
Regards,
ElliottHey ilonka78!
A larger image such as 1500 x 1000 will ensure it looks sharp on all screen sizes.
Best regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hey!
Try editing the column element and in the Layout tab give it a negative top padding.
Cheers!
ElliottHey!
Oh sorry, for the Masonry Gallery you can just drag the images around in the popup (the popup that displays when selecting which images to use) to change their order.
Cheers!
ElliottOctober 23, 2015 at 3:57 pm in reply to: Color Section Background Image "Position" Table issue #523925Hey!
Well I see in your source code that you do have them set to bottom right position. Are you sure you tried “center center”? Perhaps your using a caching plugin and need to clear the cache?
Send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi karlemagne!
What’s the code you have to use? You might be able to add it inside a codeblock element in your homepage.
Best regards,
ElliottHey!
Should be working now.
Cheers!
ElliottHi steviger!
You can disable our lightbox script in Dashboard > Enfold > Theme Options.
Regards,
ElliottHey kunzi!
Add this to your custom CSS.
nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; }
Regards,
ElliottOctober 22, 2015 at 6:19 pm in reply to: color section not 100% of browser height, background image is showing at bottom #523199Hey codecreative!
Set the background repeat to “Stretch to fit” and set it’s position to “center center”.
Cheers!
ElliottHi MetalX2!
Hmm, it seems to be working fine for me. I edited your about us page.
Try viewing in a different browser or different user.
Regards,
ElliottHi wantondude!
Perhaps your using a caching plugin and need to clear it’s cache before seeing changes?
Send us a WordPress login and we’ll take a look.
Regards,
ElliottHey henryjalink!
I see it. I couldn’t figure out which version of Enfold your using. Let’s try the following.
1. Deactivate all plugins and clear your cache.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottHey Annemarie!
Send us a link to the page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHey Munford!
Since your using the boxed layout you can set the body background in Dashboard > Enfold > General Styling > Body Background.
If your using a caching plugin then be sure to clear it’s cache before checking the frontend.
Regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hey Dradule!
Add this to your custom CSS.
@media screen and (max-width: 1200px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Regards,
ElliottOctober 22, 2015 at 5:59 pm in reply to: Add From: before price on Enfold product slider, but not other pages #523184Hey smudgedesign!
Add this to your custom CSS.
.avia-content-slider-inner .price::before { content: "From: "; }
Regards,
ElliottHi turistai!
Our Masonry element has a load more button. You could edit your homepage and display the Masonry there and set it to display regular blog posts.
Best regards,
Elliott -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts