Forum Replies Created
-
AuthorPosts
-
Hey Gal763!
Are you trying to change the layouts in the archives? If so then there is an option for that in Dashboard > Enfold > Blog Layout. You can also change the sidebar layout for archives in Dashboard > Enfold > Sidebar Settings.
As for the site loading slow the best way to optimize is to use a caching plugin such as W3 Total Cache. Just make sure not to minify the CSS or JS as it can cause errors.
Best regards,
ElliottHey Mariusz!
Try this out, https://kriesi.at/support/topic/google-maps-element-javascript-conflict-with-maps-marker-pro-plugin/. Also be sure to deactivate all other plugins while testing.
If that’s not working then send us a WordPress login so we can take a closer look. Make sure to set your reply as private.
Best regards,
ElliottHey pixallus!
Are you trying to get the custom post type category to display in the breadcrumbs? If so then try this out, https://kriesi.at/support/topic/breadcrumbs-with-custom-post_types/.
Cheers!
ElliottHi JPOsteen!
Not sure what it could be off the top of my head. Try deactivating all plugins to see if it goes away. If your still having problems then send us a link and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHey!
They still display fine on my end. Did you try clearing your browser cache? Also try viewing in a different web browser to see if the problem happens there as well.
Go ahead and take a screenshot of what your seeing so we can get a better idea.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Try deleting the layer and create a new one and then type your text into the HTML / Audio / Video tab. If it’s still happening then try typing the text out in a different program such as notepad and then copy / paste it into the HTML / Audio / Video tab.
Cheers!
ElliottNovember 20, 2014 at 6:48 pm in reply to: comments and timestamp not appearing in Blog Posts #354376Hi!
It looks like you have this in your style.css file which is hiding it on your homepage.
#home .slide-meta { display: none; }
To move it above the title then open up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and move lines 375 – 388.
if($show_meta && !empty($excerpt)) { $output .= "<div class='slide-meta'>"; if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio') { $link_add = $commentCount === "0" ? "#respond" : "#comments"; $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' ); $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>"; } $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>"; $output .= "</div>"; }
To line 369 so they display above this.
$markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= '<header class="entry-content-header">'; $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : ''; $output .= '</header>';
Regards,
ElliottHi jmorillo!
1. Try adding this to your custom CSS.
.av_secondary_right .sub_menu { float: none; }
2. Try increasing your header height in Dashboard > Enfold > Header.
3. You can change the font sizes in Dashboard > Enfold > General Styling.
4. Can you send us a link to where this is happening?
5. Same as above and it would be great if you could take a screenshot highlighting these problems so we can get a better idea.
6. I moved your portfolio grid into a 1/1 column so it does not break the sidebar.
Cheers!
ElliottHi Micheal0424!
Those are the related entries. You can turn them off in Dashboard > Enfold > Blog Layout.
Cheers!
ElliottHi Paul!
Yes, it will be added automatically once you have setup WPML. Let us know if you have any other questions.
Cheers!
ElliottHi slui!
Try adding this to your custom CSS.
.avia-caption-content p { font-size: 20px !important; }
Cheers!
ElliottHey vegaspro!
You would just need to set the header for your page to transparent and the content will automatically move to the top.
Regards,
ElliottHey itchybrain!
Try adding this to the bottom of your functions.php file.
function avia_events_register_assets() { }
Regards,
ElliottHi!
You can use this CSS to increase the size.
.iconbox_icon { font-size: 40px !important; }
Send us a link and we’ll take a look. You can mark your reply as private if you wish.
Best regards,
ElliottHey!
It looks like you have a coming soon page setup now. Send us a WordPress login and set your reply as private so we can take a look at your settings.
Cheers!
ElliottHey frescova!
When a user with moderator role replies it should leave a class called “moderator” which you can style like so.
.moderator div.bbp-reply-content { background: url("URL to image") top right !important; }
Regards,
ElliottHi Richard!
Try adding this to your custom CSS.
.sub-menu { border-top: 0px !important; }
Best regards,
ElliottHi Richard!
Try adding this to your custom CSS.
.main_menu { top: 30px; }
Regards,
ElliottHi!
Hmm, I remember editing it a few minutes after I posted so perhaps you viewed it before my edit.
Let us know if you have any other questions.
Best regards,
ElliottHi ghodson!
I see what you mean. Let’s try deactivating all plugins to see if that goes away. Is it just those pages where it is happening on? I tried creating a new page and it did not seem to happen there.
Also try activating just the parent theme to see if it’s a problem in your child theme.
The parallax seems to be displaying fine on my end.
Best regards,
ElliottNovember 20, 2014 at 5:22 pm in reply to: Custom Video MP4 Webm OGV not loading in layer slider #354325Hi!
I think it’s more of a LayerSlider problem than the theme. I’m not sure if LayerSlider is designed to work like that. Your video is playing fine but the transitions are acting weird. If you click on the preview inside the slider editing section you’ll notice it’s doing the same thing as on the frontend.
What I would do is add a video to each slide. Or you can try contacting the LayerSlider support, http://support.kreaturamedia.com/faq/, to see if it supports multiple videos in a slide.
Cheers!
ElliottHi SLHetcie!
Add this to the field.
<a href = "insert URL here">Some text</a> [nolink]
Or if you just want to remove it then add this.
[nolink]
Regards,
ElliottHi!
Add this to your custom CSS.
#header #header_main_alternate .container { padding: 0px !important; }
Cheers!
ElliottHey larsframars!
Yes, if you force it with CSS then it will look weird. What you will want to do is crop a certain part of the image to display. When editing your post click on the featured image and there should be an “edit image” link. Click on that and drag a selection out of your image to crop.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
This isn’t a theme issue it sounds like. It would be best to ask this on the WordPress support forums, https://wordpress.org/support/, because you will get the same problem when using the default theme.
What steps did you do for the migrate? Did you just change your domain or did you switch hosting providers? Do the images have correct permissions?
Go ahead and read this, http://codex.wordpress.org/Moving_WordPress. The images may be pointing to your old domain so you might need to do a search and replace in your database to update the URLs.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
I uploaded a fresh copy and the errors went away.
Cheers!
ElliottNovember 20, 2014 at 4:47 pm in reply to: questions regarding socket, changing fonts, testimonial element #354308Hi!
Try this.
#avia-menu > li > a { font-family: “Alef” !important; } .avia-testimonial-content, .avia-testimonial-content p { font-family: “Alef” !important; }
Best regards,
ElliottHey Wilko!
After you create your color scheme you can export your theme options in Dashboard > Enfold > Import / Export or you can create a copy of this file, /wp-content/uploads/dynamic_avia/enfold.css, to save the styling.
Best regards,
ElliottHi!
Sorry, try adding this to your custom CSS.
.iconbox_icon { background: transparent !important; }
If you need to do it on certain elements then try this, http://kriesi.at/documentation/enfold/custom-css-and-quick-css/, to add a custom class to each element.
Best regards,
ElliottHey lexul!
If it’s not a google font then you will need to use custom CSS to style your elements. Go ahead and send us a link to your page and let us know which elements your wanting to change and we’ll give you the CSS code to use.
Cheers!
Elliott -
AuthorPosts