Forum Replies Created
-
AuthorPosts
-
Hi,
Can you provide a link to the site?
Best regards,
Jordan ShannonHey mirkorau,
Yes, open up wp-content/themes/enfold/includes/helper-social-media.php and replace:
$this->html .= "<a {$blank} href='".$share['url']."' ".av_icon_string($icon)." title='' data-avia-related-tooltip='{$name}'><span class='avia_hidden_link_text'>{$name}</span></a>";
with this:
$this->html .= "<a {$blank} rel='nofollow' href='".$share['url']."' ".av_icon_string($icon)." title='' data-avia-related-tooltip='{$name}'><span class='avia_hidden_link_text'>{$name}</span></a>";
As for the logo add the following to functions.php:
add_theme_support(‘avia_rel_nofollow_for_links’);
and then you can select the “nofollow” option when you choose “Link” – “Set Manually”.
Best regards,
Jordan ShannonHey enhanza,
Based on the console error the browser produced, it looks like the google maps javascript api service still needs to be activated. Please see the following documentation from google:https://developers.google.com/maps/documentation/javascript/get-api-key
Best regards,
Jordan ShannonHey accurIT,
I tried to log in to the admin and the credentials didn’t work. However, you can simply add the below to quick css and it should work for you:
article .slide-content{
text-align: center !important;
}Best regards,
Jordan ShannonHey dannywouters21,
You can try adding this to quick css:
h2.avia-caption-title{
font-size:16px !important;
}Best regards,
Jordan ShannonHey OrangeMoose,
Open framework > php > function-avia-set-frontend.php and find this code$output .= “<span class=’pagination-meta’>”.sprintf(__(“Page %d of %d”, ‘avia_framework’), $paged, $pages).”</span>”;
Best regards,
Jordan ShannonHey Telecompatible,
Try adding this to quick css:
.footer_color a{
font-size: 17px !important;
}.main_color .sidebar a{
font-size: 17px !important;
}Let me know if this works.
Best regards,
Jordan ShannonHey Heathcliffe,
Could you please provide a link to the site/page in question so that I can look into this further.
Best regards,
Jordan ShannonHey lkchurch,
Where did you try to add this code? Did you attempt to add the iframe to the code block element?
Best regards,
Jordan ShannonHey txpainphysicians,
Are you not receiving the emails?
Best regards,
Jordan ShannonHey Everylite,
Are youy looking to have them in alphabetical order? I tried logging into the admin but the credentials are not working for me.
Best regards,
Jordan ShannonMarch 3, 2017 at 8:22 pm in reply to: Enable search within menu pages, not just blog entries #755329Hey net-files,
You can try using this plugin to search additional pages within your site:
https://wordpress.org/plugins/search-everything/
or, you can try adding the following to functions.php:
function wp_search_filter( $query ) { if ( $query->is_search ) { $query->set( 'post_type', array('post','page') ); } return $query; } add_filter('pre_get_posts','wp_search_filter');
Best regards,
Jordan Shannon- This reply was modified 7 years, 10 months ago by Jordan Shannon.
Hey a-l-p,
Which plugin did you download? I am trying to understand the issue better.
Best regards,
Jordan ShannonHey mulder4301,
What error message are you receiving when you try to import.
Best regards,
Jordan ShannonHi,
No problem. Let us know if you need any additional help.
Best regards,
Jordan ShannonHi,
I added this to quick css:
#text-5.widget.clearfix.widget_text{
z-index: 9999999999999999999 !important;
position: absolute !important;
padding: 20px !important;
}#text-4.widget.clearfix.widget_text{
margin-top:20px !important;
}let me know if I have gotten it right.
Best regards,
Jordan ShannonHi,
Sorry, I am not understanding the last comment. Do you still need help with this?
Best regards,
Jordan ShannonHey vntr,
Can you please provide your admin info as well as a link to the site so I can look into this further.
Best regards,
Jordan ShannonHi,
I just want to confirm that I understand what you are asking. You want to hide the green section correct?
Best regards,
Jordan ShannonHey lzevon,
It looks like you targeted the wrong element. Try adding this to quick css:@media only screen and (max-device-width:667px){
.flex_column av_three_fourth.flex_column_div.avia-builder-el-3.el_after_av_one_fourth.avia-builder-el-last {display:none !important;
}
}Best regards,
Jordan ShannonHey amyspearsgavin,
Could you please provide admin info so that we can look into this issue further.Best regards,
Jordan ShannonHi,
If youy mean on the home page, I believe I have fixed the issue. I am seeing the Instagram header , with the images under it.
Best regards,
Jordan ShannonHey amepro,
You can do this through Enfold theme Options > Advanced Styling > Select BUTTONS from dropdown under MISC. You can then toggle the available options to your liking.
Best regards,
Jordan Shannon- This reply was modified 7 years, 10 months ago by Jordan Shannon.
Hey mikkijack,
I am not understanding the issue. It looks like the instagram footer shows twice? Is this correct?
Best regards,
Jordan ShannonHey spitsdesign,
I was not able to login into the site admin to view this issue further. Can you please look into that.
Perhaps you can try adding it into a color section first.
Best regards,
Jordan ShannonMarch 2, 2017 at 10:53 pm in reply to: Making the space between the main nav bar and dropdown smaller. #754686Hi,
It is added from the dash board:
Enfold Theme Options > General Styling > Scroll Down to bottom to see quick css field.
Best regards,
Jordan ShannonHey 329471,
Go to: Enfold Theme Options > Header > Extra Elements Tab > Uncheck Append search icon to main menu
If this is unclear please let me know, and I will be happy to help further.
Best regards,
Jordan ShannonGlad that we could help. If you need additional assistance please let us know.
- This reply was modified 7 years, 10 months ago by Jordan Shannon.
Hey mood high,
1) If you use a child theme then future updates should not break your changes.
2) Are you needing to increase the height of the header and footer?Best regards,
Jordan ShannonHey graphicsbrian,
On the top link try changing #Careers to lowercase #careers
Best regards,
Jordan Shannon -
AuthorPosts