Forum Replies Created
-
AuthorPosts
-
Hey chapdes!
Try changing line 583 in /enfold/config-templatebuilder/avia-shortcodes/magazine.php from this.
$output .= "<time class='av-magazine-time updated' {$markupTime}>".$time."</time>";To this.
$category = get_the_category(); $output .= "in " . $category[0]->cat_name . " / by " . get_the_author();Cheers!
ElliottMay 28, 2015 at 4:26 pm in reply to: How do I make the Header & Menu area have a semi-transparent layer? #451246Hi koala!
Add this to your custom CSS.
#header { background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; }Cheers!
ElliottHey icvenfold!
There are plugins out there that you can try. I use this one on my blog, https://wordpress.org/plugins/q2w3-fixed-widget/, though it does not work perfectly. If you find a nice one to use then please share.
Cheers!
ElliottHi!
I’ll flag this for the rest of our team to see if they have any idea on what it could be.
Best regards,
ElliottHey!
If your wanting to increase the “cost” row then add this to a codeblock element in the page.
<style type = "text/css"> .pricing-table > li:nth-child(2) { height: 65px; } </style>Your first screenshot is not loading for me.
Cheers!
ElliottHi zac51!
So on small screens your wanting the “cowboy” image to display on top and the “allied” image to display beneath it?
If so then try adding this to your custom CSS.
@media screen and (max-width: 767px) { div#header_main { height: 200px; } .header_color .header_bg { background-position: bottom left !important; } }Best regards,
ElliottHey!
What happens when you create a new page and add a button to the layout builder? Does it do the same there?
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.
If your still having problems after doing the above two steps then send us a WordPress login and a link to the page where your using the button and we’ll take a closer look.
Regards,
ElliottMay 28, 2015 at 3:45 pm in reply to: Comments and related entries missing when post edited in advanced editor #451207Hi!
You could add the comments element to your post in the layout builder along with your color section. I don’t think we have a related posts element in the layout builder yet but you can use the blog posts element in the meantime.
You can request this feature here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Cheers!
ElliottHey!
I did not see the custom CSS class on any of your HR elements. Go ahead and take a screenshot and highlight exactly what your trying to do in the page and we’ll give you some CSS to use.
If your just trying to change the margin then you can do something like this.
.hr { margin: 50px 0 !important; }Regards,
ElliottHey RebeccavG!
The footer is displaying but not on your homepage. It’s because when you edit your homepage you have the “Footer Settings” option set to “Don’t display the socket and footer”.
Regards,
ElliottHi j1980mac!
In Dashboard > Woocommerce > Settings > Products > Display you can set the “Shop Page Display” to “Show both” which separate the products into categories for the user to click on and view.
Or you can create your own pages and use our product grid / list element to list the products that way as well.
Best regards,
ElliottMay 27, 2015 at 6:43 pm in reply to: Please help with Layout, I want to post a banner at the top! #450765Hi Vicken!
You could try adding a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Regards,
ElliottHey rlogan2334!
So you created a post and added some text to it but now you want that text to display at the top of the excerpt in the blog page listing correct?
You’ll need to add the text to the “Excerpt” field when editing your post. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Cheers!
ElliottHi Simon!
Are you wanting the text and the image of the lady to stay in two rows as the screen gets smaller? That might look kind of scrunched up on small phone screens. You could try using the grid row element and set the image of the lady as a background of the cell and then set the background position to the bottom so it stays aligned to the next color section. On small screens though it’s probably going to look scrunched up.
Best regards,
ElliottMay 27, 2015 at 6:35 pm in reply to: Single Product Page is strange: sidebar appears UNDER product #450752Hey jenki!
The product sidebar will display on the left beneath the product images. If you want a right sidebar then try this out, http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/.
Regards,
ElliottHi opanovic!
I’ve never tested it out but the tabs accept shortcodes and Woocommerce has shortcodes for displaying products, http://docs.woothemes.com/document/woocommerce-shortcodes/.
Best regards,
ElliottHi WolfvanHaeren!
The header.php and loop-index.php files can be copied over to the child theme. The loop-index.php file goes inside a folder called “includes”.
For the functions.php edits you can add those to the child theme functions.php file except for the image size edits. To change the image sizes in the child theme see here, https://kriesi.at/support/topic/modify-post-image-size/#post-432178.
For all of your CSS you can add to the child theme stylesheet. If it is not being applied then try using the !important override rule like so.
a { color: red !important; }Best regards,
ElliottHey!
It’s not possible to hover on mobiles so instead we create a list of the hotspots beneath the image. Are you wanting to hide the list?
Cheers!
ElliottHi!
How are you wanting to do that? Are you wanting to increase their height so they all span on two lines? Go ahead and take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Regards,
ElliottHey Raph!
I don’t think that’s going to be possible. Perhaps there is a plugin out there that enables HTML in the widget titles but I do not know of any.
You could add the HTML into the widget itself but it’s going to be the same for each widget that you use.
Best regards,
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hey mcraig77!
Have the left icon align to the right and the right icon align to the left. That will be an easy way to place them close together.
Regards,
ElliottMay 27, 2015 at 5:19 pm in reply to: Posts from Custom Post Types in Avia Blog Posts or Portfolio Grid? #450698Hi dburton77!
Did you create a custom taxonomy for this post type? If so then you can select it to use in the blog posts or masonry element.
Regards,
ElliottHi!
I don’t see the background image your talking about.
If your just trying to change the background for the single posts then you can use some CSS like so.
.single-post #main > .container_wrap_first { background: url("URL to your image") !important; }Otherwise take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHey Derek!
1. Try this out.
.tab_content p { font-size: 15px; }2. Try this.
.tab:hover { color: red !important; }Regards,
ElliottHey!
I’ve never used that before so I’m not sure. The images appear to be loading fine when you view them with absolute URLs but your getting a javascript error on the page which looks like it could be from some scripts being minified.
Does cloudflare minify your scripts? Is there an option to turn that off?
Regards,
ElliottHey richardweisskopf!
Drag a codeblock element to your page and add this inside.
<style type = "text/css"> main.template-page { padding-bottom: 0 !important; } </style>Best regards,
ElliottHey Derek!
Your using the icon box element? When you edit the element click on the “Colors” tab and you can set the background, font, and border colors there.
If that’s not what your trying to do then send us a link and take a screenshot highlighting your intentions so we can get a better idea.
Cheers!
ElliottHey!
I see. Try adding this also.
.main_menu .avia-menu, #header_main_alternate { display: block !important; } #header_main > .container { min-height: 220px; } .responsive .logo a img { height: auto !important; max-height: 9999px !important; width: 100% !important; } .responsive .logo { margin: 0px auto !important; }Cheers!
ElliottHey ablando!
Not sure what it could be. Did you check in the default theme to see if they work with each other? Have you contacted the plugin authors?
Regards,
ElliottHey eldrico!
It’s bordering on custom work but we do have a filter for this on line 679 in /enfold/framework/php/class-form-generator.php.
$proceed = apply_filters('avf_form_send', true, $new_post, $this->form_params);You might be able to get something worked out with that.
Regards,
Elliott -
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
