Forum Replies Created
-
AuthorPosts
-
I realize this is an old post, but it still applies.
I want to remove the date from the Google search snippet results for pages only – not blog posts. The above settings adjustment for a blank custom date affects everything, including blog posts.
So… how do we remove the date from pages only in Google results?
September 24, 2014 at 5:05 pm in reply to: Problems with Enfold Menus & Accordian Slider in Internet Explorer #324410Basically what I’m asking is: how do I force the page to load the latest version for IE users? I read that we can add this to the header:
<meta http-equiv=”X-UA-Compatible” content=”IE=edge” />
September 24, 2014 at 4:55 pm in reply to: Problems with Enfold Menus & Accordian Slider in Internet Explorer #324407I think I kinda figured out what’s going on here. Our users that are viewing the site are all within the organization where the browser “compatibility mode” policy is set to Document Mode 7. I know that’s ridiculous, but it basically isolates the issue as an Internet Explorer 7 problem.
So here’s my question: is there a way to modify the theme and force it to load with a newer version of IE document mode?
September 24, 2014 at 3:44 am in reply to: Problems with Enfold Menus & Accordian Slider in Internet Explorer #324015FYI – I just updated to Enfold 2.9.2. Problem still persists though.
April 29, 2014 at 12:46 pm in reply to: Breadcrumbs – remove You are here, change home to icon #257587http://redcom.wpengine.com/products/commercial/slice/ (hosted on WPengine)
You can see what I’m trying to do in the breadcrumbs bar. I want the breadcrumbs aligned left, and the phone number stuff aligned right. Phone number needs to be bold.
April 28, 2014 at 2:11 pm in reply to: Breadcrumbs – remove You are here, change home to icon #257051Josue, thanks. I used the code from the other thread and added it to my functions.php file in my child theme:
function after_breadcrumb_func($breadcrumb){ $output = $breadcrumb; $output .= "<div>Questions? Call us!</div>"; return $output; } add_action('avia_breadcrumbs', 'after_breadcrumb_func');
So now all I want to do is align this new text to the right side of the breadcrumbs bar (horizontally even with the breadcrumbs on the left). And I want to make it bold and orange. Thanks!
April 25, 2014 at 8:23 pm in reply to: Breadcrumbs – remove You are here, change home to icon #256352Yigit, got a question about using :after in the breadcrumbs bar. My concern is that this won’t be searchable. Is there another way to implement this? Also, how can we safely make the phone number click-to-call on mobile devices? I want to add a tag to my “call to action” text.
/* Adds phone number to breadcrumb bar */
.title_container .breadcrumb:after { content: ‘Questions? Call us at+1.585.XXX.XXXX’; float: right; color: #d84c00; font-weight:bold;}April 22, 2014 at 2:46 pm in reply to: Breadcrumbs – remove You are here, change home to icon #254345Yigit, thank you!
So how do I align the “call us now” text to the right side of the breadcrumb area? Also, can I style this text differently than the breadcrumbs (for example, make it dark blue and bold)?
April 21, 2014 at 4:16 pm in reply to: Breadcrumbs – remove You are here, change home to icon #253897Thanks Yigit for #1. Works great.
I read through the link you gave me, but I’m not getting it. I want to replace “Home” in the breadcrumbs with a home icon, not in the menu.
New question: I want to add a little content to the right side of the breadcrumbs area. Basically something that says “Questions? Call us today at 555.123.4567!” What’s the best way to do that?
Thanks!!!
I’m having the same problem. Since I updated to 2.6, the custom Google Fonts aren’t loading. Especially noticible in my H1, H2, H3 tags. Happens in Firefox and Chrome.
February 19, 2014 at 4:46 pm in reply to: Change padding/spacing between columns in just one place #226261This reply has been marked as private.Also, thanks for the info on my second question. But is there a way to force the masonry gallery to only show 1 row? Basically, I have a special use case where I want to show just 5-6 columns and only one row.
For #1, the code you gave me definitely works for the “mouseover”. Awesome! Thank you! But what about making the opacity 100% for the image-container in its normal state?
Thanks for the fast reply. I accomplished this a different way, and want to make sure this is ok. I added this custom code to the Quick CSS to shrink the header area of the fixed header with social icons:
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; } .fixed_header.social_header #main{ padding-top:119px; }
My site is at redcom.wpengine.com
This reply has been marked as private.Thanks that works great!
This reply has been marked as private.I installed Gravity Forms, but it appears that the Avia Layout Builder doesn’t integrate with it. It’s completely missing the “Add Form” button on the text block editor. Yeah I know I can manually use shortcodes, but when I’m working with lots of forms, that form button sure comes in handy!
Oh, one more question. I want to remove the post author’s name from the blog post subtitle.
I’m not going to worry about the image sizes on the home page at this point. However, I still have a couple questions. You probably need to look at our website to see what I’m talking about. The URL is redcom.wpengine.com
1. Go directly to a post, such as http://redcom.wpengine.com/sponsorship-believeinkids/ (hosted on WPengine)
How do I remove the mouseover circle AND the link from the featured image? I don’t want it to link to anything.2. On the news/blog page http://redcom.wpengine.com/media/news/
How do I make the featured image here appear wider? I would prefer it to be 700×370Thanks jacobsever, that works for moving the breadcrumbs, but now its overlaying the page title. How do I remove the page title? At the same time, I want to make the breadcrumb text a couple pixels larger.
Thanks Yigit for the super-fast response! Most of this worked. Just a couple follow-up questions.
For the tabs, I don’t want to change the text in the content of the tabs. I want to change the size & color of the text in the tab header itself.
As for the navbar menu, that works great. I’ve been able to make the text larger and a color of my choice. Now how do I define the rollover/mouseover color?
-
AuthorPosts