Forum Replies Created
-
AuthorPosts
-
This appears to be an issue with the ModSecurity associated with Hostgator shared hosting. There is no way to disable.
Yigit – I just had the same issue on several installs and your fix worked perfectly.
Thank you
N
The quick CSS is not working, still shows white area where the transparent image should be. I posted the link to my site below. Its password protected.
Hi Jordan,
I think I have it figured out. What I needed originally was to separate the header into a grid. 1/4 ( Logo ) 2/4 ( Menu ) 1/4 ( Widget ) and have the content centered vertically. But the client changed the design and I went a different direction . I still need to figure out how to align all the content in th header in the middle but I have it close enough.
Thank you
Thanks Jordan,
How can I position the Menu Center aligned with the logo and a widget that I need to add to the right side of the header?
Update –
Looks like I used some quick css to remove the top bar “extra info” on mobile using the following
@media only screen and (max-width: 768px) {
#header_meta { display: none !important; }}Unfortunatly even though it removes the top bar the code keeps the space intact below the header. Causing the space to show between the full screen slider.
How do I remove the space?
M
Wow. Yes i see it now. Thank you again. The support provided by you and this forum has been spectacular. Always helpful.
M
Hi Yigit,
Looks like the transparent background is still there. Tried several browsers and still see it behind the submenu items on all pages. Any ideas?
Mike
Just updated username and password. Sorry for confusion. I know you’re in a different timezone and appreciatethe help as always
Created a username for you just in case
Same . No change.
Just tried it and the menu still has a transparency to it. Maybe I have too many modifications in the quick CSS?
#top .sub-menu {
background: rgba(255,255,255,0.1) !important;
box-shadow: none !important;
}
.av-main-nav > li.current_page_item > a > .avia-menu-text {
color: red;
}.special-heading-border {
display: none !important;
}.avia-button.avia-size-medium {
padding: 12px 16px 10px;
font-size: 13px;
min-width: 150px;
width: 175px;
max-width: 200px;
}.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 0.2;
}.avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container {
opacity: 1;
}h3.av-masonry-entry-title { text-align: left !important; }
.social_bookmarks a {
color: white !important;
}.grid-entry .inner-entry {
margin-right: 20px;
margin-bottom: 20px;
}.main_color input[type=’submit’] {
background-color: #d71920;
color: black;
border-color: #d71920;
}
.main_color input[type=’submit’]:hover {
background-color: #d71920;
color: white;
border-color: #d71920;
}.content {
border: none;
}#top #main .sidebar {
border: none;
}Just did it again,
Deleted Enfold folder.
Downloaded fresh version from themeforest
uploaded new enfold folder.
Same issue
Mike
Actually thats exactly what I already did and the theme details page still says 2.9.1
I will try again right now.
Mike
This reply has been marked as private.Now I’m having another problem.
1.Theme Options not working properly
2 Avia editor not working, keeps spinning on all pages.When I disable ALL plugins the “Theme Options works, but only from the dropdown, no options on the left.
I cant edit any content on pages and cannot revert to default editor.
I updated the them via FTP but nothing is working.
Thanks. I had to clear my cache to see the CSS change. Looks good. Only funky part is when the header shrinks when scrolling and the padding between the icons and number is a little off. I’ll play with it and make it works.
Thank you again.
Mike
I think I got it. Just need yo add more padding when the menu shrinks.
Thanks
Thanks. Looks like it needs some styling and it breaks the menu bar.
http://newsite.custommadeproductions.com/
Mike
Josue,
Yes tried the built-in options but dont really want to use the top bar. What I want is a small text widget or area to the left of the logo to match the location of the social Icons on the right,
Or if that Cant be done. Would love to put a Phone number and Tagline under the social Icons.
http://newsite.custommadeproductions.com/
Thanks in advance.
Mike
May 19, 2014 at 11:39 pm in reply to: Add code to a specific page (Google Adwords Conversion Tracking) #267051Its the last step in a 4 step form via contact form 7.
http://relief.vantageacceptance.com/step-four/
Mike
May 19, 2014 at 11:36 pm in reply to: Add code to a specific page (Google Adwords Conversion Tracking) #267044Josue,
Below is what I added. Please tell me if that’s correct.
Thanks
Mike
————————————————————
Added below the very last line of code in functions.php
———————————————————————–
function custom_code(){
if ( is_page( 24 )) {
?>
<!– secure image tag –>
<img src=”https://admanager.namidirect.com/conversion/qQSDZhZyj7XRchfchRa?image=true”
height=”1″ width=”1″ style=”visibility:hidden;” />
<?php
}
}
add_action(‘wp_footer’, ‘custom_code’);May 19, 2014 at 11:11 pm in reply to: Add code to a specific page (Google Adwords Conversion Tracking) #267027I have the same request. Followed your instructions and my analytics still cant detect the conversion pixel. Is there a specific place in functions.php to add this tracking code?
Mike
FWLAAwesome. Worked perfectly.
Thanks
Mike
I’ve attached an image to show you exactly what Im looking for. The instructions in the link you sent are not exactly right and refer to an older version.
Hope the image helps.
Thanks in advance for your help
Mike
Yigit,
Thanks that worked like a charm. What I need to accomplish is to have a scrolling image gallery like this.In the color section.Where a user can scroll to the right to see more photos.
http://www.mauriziobavutti.com/still/
Any help with how I can do this in enfold would be appreciated
Mike
Let me clarify.
I want the main container on my pages to stretch to full browser width. With 10 pixels of padding on the left margin and 50 pixels of padding from the header.
-
AuthorPosts