Forum Replies Created
-
AuthorPosts
-
August 6, 2015 at 5:24 pm in reply to: No date / author / category in a single post when using ALA? #484046
Hi Stephan!
The advanced layout editor is for users who need complete control over how their post displays which is why none of the usual post information gets displayed. You’ll want to switch to the default editor.
Or if you want to continue using the advanced layout editor and have the post meta info display then you can copy it from your source code on the frontend and then paste it inside a codeblock element in the advanced layout editor.
If your not sure how to do this then switch to the default editor and send us a link to your post and we’ll copy it for you.
Cheers!
ElliottHey Espen!
I logged in and edited some of your pages but they look fine to me. Is it only happening on a certain page? If so then try deleting / recreating the page.
If your still having trouble then send us a link to the exact page so we can take a look.
Regards,
ElliottHi!
Oh sorry, that’s for the title in the breadcrumbs. For the title your referring to try adding this to the bottom of your functions.php file.
if(!function_exists('avia_default_title_filter')) { function avia_default_title_filter($current_post) { if(!empty($current_post['title'])) { $heading = is_singular() ? "h1" : "h2"; $output = ""; //$output .= "<{$heading} class='post-title entry-title ". avia_offset_class('meta', false). "'>"; $output .= "<{$heading} class='post-title entry-title' ".avia_markup_helper(array('context' => 'entry_title','echo'=>false)).">"; $output .= $current_post['title']; $output .= " <span class='post-format-icon minor-meta'></span>"; $output .= "</{$heading}>"; $current_post['title'] = $output; } return $current_post; } }Regards,
ElliottHi Lucie!
I see your color section backgrounds and the slider. They all look correct to me. Did you get this sorted? Take a screenshot and highlight what is going on so we can get a better idea.
Cheers!
ElliottHi alvinhy!
You can use this function, https://codex.wordpress.org/Function_Reference/get_post_type, to check what post type the current post in the loop is.
Best regards,
ElliottAugust 6, 2015 at 5:03 pm in reply to: auto email response working, but no email delivered to admin… #484032Hey Hindy!
First off do the steps here, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
Cheers!
ElliottAugust 6, 2015 at 4:59 pm in reply to: No WYSIWYG Editor on Default or Advanced Layout Editor, Enfold #484030Hi!
Do you have the Visual Editor disabled in Dashboard > Users > Your Profile? Send us your login so we can take a look.
Best regards,
ElliottHi!
Your trying to change the background color on hover? Something like this?
nav.main_menu .menu-item:hover .avia-menu-text { background: red; padding: 3px; color: white !important; }Best regards,
ElliottHey!
Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey AWZ!
1. You would edit the search.php file in the Enfold theme folder.
2. Not sure if that is going to be possible. Send us a link to your page so we can take a closer look.
3. Not really sure what you mean here. If you delete a page then it will go to your trash folder where you can restore it or delete it permanently.
Regards,
ElliottAugust 6, 2015 at 4:47 pm in reply to: When opening a portfolio item in a new tab just portfolio item is shown #484021Hi Peter_kfm!
Are you talking about the AJAX portfolio? If so then that would not be possible.
Send us a link to your page so we can get a better idea of what’s going on.
Best regards,
ElliottHi envisageiam!
Send us a link to your page and let us know which color section it is and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHey mwolfert!
Hmm, not really sure what you mean here. The comment form is only a textarea so there is no “visual” or “wysiwyg” aspect to it.
Take a screenshot and highlight what your referring to so we can get a better idea.
Best regards,
ElliottAugust 6, 2015 at 4:35 pm in reply to: scroll percentage setting for displaying thumbnail in galleries #484010Hi!
It seems to be working when I view your site. If you want it to animate sooner then your wanting the opposite, 95% ish. Make sure to clear your cache.
Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey!
If your typing out HTML then all of the tags need to be closed or it’s going to mess up the editor and the frontend. Please read this, http://www.w3schools.com/html/html_elements.asp.
Best regards,
ElliottHey!
I’m not sure what you mean by “widgets showing on the left in the menu”. By default the widgets do not display in any menus.
Go ahead and take a screenshot and highlight what is going on so we can get a better idea.
Cheers!
ElliottHey pattersons!
Try this out, http://kriesi.at/documentation/enfold/enable-cors/.
Best regards,
ElliottHi Sean_Devane!
Do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then drag a text widget to the header widget area and insert whatever you want to display near the logo and let us know when your done. We’ll give you some CSS to move it beside the logo.
Regards,
ElliottHey haydaw!
I don’t see an easy way of going about that except for using CSS.
Add this to a codeblock element in the page.
<style type = "text/css"> #top .av-image-hotspot_inner { color: #0097E3 !important; } .av-image-hotspot_inner::after { display: block; color: white !important; position: absolute; top: 0px; left: 8px; } .avia-builder-el-21 .av-hotspot-container-inner-wrap > .av-image-hotspot:nth-child(1) .av-image-hotspot_inner::after { content: "1"; } .avia-builder-el-21 .av-hotspot-container-inner-wrap > .av-image-hotspot:nth-child(2) .av-image-hotspot_inner::after { content: "2"; } .avia-builder-el-21 .av-hotspot-container-inner-wrap > .av-image-hotspot:nth-child(3) .av-image-hotspot_inner::after { content: "3"; } </style>Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey garabetsevag!
Well the areas that I see bold are your header info, headings, and menu. Your footer looks fine.
Your using a bunch of
<strong></strong>tags. If you do not want something to be bold then do not use the strong tags.The main problem is your phone info section in your header where you have two opening strong tags that are not being closed.
Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi zimbo!
Just add it to the header widget area and take a screenshot highlighting where you want it to display and we’ll give you some CSS to move it around. We can move it separately from the other widgets.
We’ll need a link to your page as well.
Cheers!
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi!
Add this to your custom CSS.
#header .widget { z-index: 900; }Best regards,
ElliottHi!
There is no option for that currently. You would need to just drag them up to the top when you add the new images.
Cheers!
ElliottAugust 6, 2015 at 3:18 pm in reply to: Remove and edit meta data under post in blog posts view #483932Hi!
On this part.
$output .= '<a href = "'.get_author_posts_url( $author_id ).'">'.get_the_author_meta( 'user_nicename', $author_id ).'</a>';Try changing “user_nicename” to “display_name”.
You can see how the function works here, https://codex.wordpress.org/Function_Reference/get_the_author_meta.
Best regards,
ElliottHey!
I don’t see them anywhere on your site so if you could send us a link to the exact page then we could take a look.
It seems like it’s because of the font your using though.
Regards,
ElliottHi!
Try #12 here, http://searchenginewatch.com/sew/how-to/2251513/seo-friendly-wordpress-in-12-steps#.
Best regards,
ElliottHey blancsolutions!
Go ahead and do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header. Next drag the custom menu widget to this new widget area and let us know when your done and we’ll give you some CSS to use.
Regards,
ElliottHey SamiaBaladi!
Are you using a caching plugin? Try deactivating all plugins and upload a fresh copy of the theme.
If that does not help then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi M1000000!
Can you send us a link to the page where your using it?
Regards,
ElliottHey John!
Once you import a demo you will have to manually remove all of the content that is imported if you want to save some. Or you could use a plugin such as WP Reset, https://wordpress.org/plugins/wordpress-reset/, but it is going to delete all of your content / settings.
Cheers!
Elliott -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
