Hey,
I would like to report the same problem as reported
This code will not work under https:
` if( get_option(‘avia_stylesheet_exists’.$safe_name) == ‘true’ )
{
$avia_upload_dir = wp_upload_dir();
$avia_dyn_stylesheet_url = $avia_upload_dir[‘baseurl’] . ‘/dynamic_avia/’.$safe_name.’.css’;
wp_register_style( ‘avia-dynamic’, $avia_dyn_stylesheet_url, array(), ‘1’, ‘screen’ );
wp_enqueue_style( ‘avia-dynamic’);
}
We are using version 2.4.5, but I’ve checked – the same code appears in version 2.5.2 from February.
Please advise.
Thanks,
Lior.
Hi!
Please use this:
.page-id-2703 #main {
padding-top: 0 !important;
margin-top: -150px !important;
}
Change the top margin value.
Regards,
Ismael
Hi jmikhail!
You can find these codes on css > layout.css. Select the social icons that you’re using then place the modified code on Quick CSS or custom.css:
#top .social_bookmarks_rss:hover a{color:#fff; background-color:#ffa133; }
#top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }
#top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }
#top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }
#top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }
#top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }
#top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }
#top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }
#top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }
#top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }
#top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }
#top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }
#top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }
#top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }
#top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }
#top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
#top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }
#top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }
#top .social_bookmarks_five_100_px:hover a{color:#fff; background-color:#222222; }
#top .social_bookmarks_soundcloud:hover a{color:#fff; background-color:#F76700; }
#top .social_bookmarks_xing:hover a{color:#fff; background-color:#006567; }
You can change the background-color to yellow.
Regards,
Ismael
Hi!\
You didn’t apply the code. The image should resize to 800px. Please add this below to make resize the image up to 1200px:
#top .fullsize .template-blog .post .entry-content-wrapper img.size-full {
width: 1200px;
max-width: 1200px;
position: relative;
left: -20%;
}
Regards,
Ismael
Background is now white but content did not move up to top of page.
Thanks Yigit. I may not have understood your answer but I’m not sure it answers my question. Sorry, I’m a newbie and am either not understanding or am not properly asking my question. What I’m specifically trying to do is have static text over top of a static but clickable image. How do I do that?
I don’t see that as an option in the admin panel and haven’t seen it in any of the pages on the demo site though it seems to be a common thing on many websites.
Any further guidance is much appreciated!
Nick
Hey Viterbi!
To hook on a single post content, refer to this:
http://wordpress.stackexchange.com/questions/56884/how-to-only-hook-on-single-php-after-content
As far as i know, there isn’t a list to all theme hooks but i think that’s a valid request, feel free to request it here:
https://kriesi.at/support/topic/enfold-feature-requests/
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
#header_meta, #header_meta .container {
margin-top: 0 !important;
}
}
Cheers!
Josue
There is still a black bar near top of page.
Please view matt-morse.com/contact-matt
I am struggling here. I am trying to understand how to add images to a blogpost.
For multiple images in one post, I made this on my client Dev site: http://www.kennethbsmith.com/clients/abww/gallery-post/
I didn’t understand why the thumbnails didn’t line up, three across.
Thinking that maybe some of my CSS has caused issues, I started a fresh new test site using the Import Demo data and got this: http://www.kennethbsmith.com/clients/wprwd03/2014/03/03/hello-shortcode-blogpost/
Shouldn’t the top two thumbnails sit side by side, not on top of each other? Am I doing something wrong or is there a something I am missing? I don’t know why the version with three works here. It doesn’t when I place the short code at the beginning of the post.
I want a non shrinking header/logo and main menu of 116px – I put in the following code in quick css
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
height: 116px !important;
line-height: 116px !important;
max-height: none !important;
min-height: 116px!important;
}
and now the submenu are the fixed line-height of 116px:
I cannot figure out how to stop the shrinking of the header on scroll down, and have a reasonable line-height for sub menu items.
Has anyone encountered this issue and has a quick fix i missed?
-
This topic was modified 12 years, 1 month ago by
AntonNovikov.
Hey ctcphx!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#wrap_all { overflow-y: hidden; }
P.S.: You could answer on the first topic you have started so it would be easier for you and for us to follow the conversation.
Regards,
Yigit
Hi Yigit
As much as I hate to say it … that does not work…although it should
.page-id-2520 .iconbox_top { margin-top: -280px; }
regards
Richard
This reply has been marked as private.
Hi!
Please change the code to following
.page-id-2712 .iconbox_top { margin-top: 0; }
You can right click on Chrome or Firefox and inspect elements to find the ID http://i.imgur.com/k8B7763.jpg ( Here i showed post ID but you can find the page ID in the same place )
Regards,
Yigit
Please view my homepage at http://www.matt-morse.com/homepage and hover the recent blog posts near the top of the page.
Sometimes these have a delay in the hover color. How do I fix this?
Hey!
Which browser are you using? Can you try deactivating all active plugins and check if that helps? If not, please create a temporary admin login and post it here privately so we can take a look
EDIT: Please refer to my post here https://kriesi.at/support/topic/hex-field-in-colorpicker-for-color-secrtion-not-showing-correctly/#post-205047
Regards,
Yigit
-
This reply was modified 12 years, 1 month ago by
Yigit.
Hey!
Can you post admin login credentials privately to this thread https://kriesi.at/support/topic/menu-broken-2/ as well? I have already tagged our head of support Peter there to look into the issue. You can make your posts private by checking this box http://i.imgur.com/BG4J8P9.jpg
Cheers!
Yigit
Hi I have a weird issue with the ajax portfolio. I have several images that are exported the exact same size, yet when viewed in the portfolio some are not scaling correctly. if you go to the “graphic design” link on the main nav and click “logo design” look at the fisrt page, top left you will see the logo “my tea blending room” is not scaling properly. I used firebug to see if i could figure out why this is happening and only noticed that the size is different although the actual size is 990px X 667px. You can check these images in the Media Library and see that they are in fact the same size. The site is in development so I’ve posted my user info.
-
This topic was modified 12 years, 1 month ago by
Snerp.
Hello,
The slide was working fine until I have moved my hosting and now im getting an warning error the slide is running at bottom showing me an error on the top.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-logo-element-container .slide-entry {
padding: 0;
}
#av_section_5 .content {
padding: 0;
}
Regards,
Yigit
Ok got it :) I actually found a way of presenting things within my portfolio, so it’s ok for me now on this project, but I will keep “Werkpress” in mind for later projects. Thank you for answering !!
BabaOo
Hi Yigit,
thanks a lot – the one on the left (sunset with angler): http://www.seeleflyrods.com
The image shows:
class=”avia_image avia-builder-el-7 avia-builder-el-no-sibling avia-align-left avia_animated_image avia_animate_when_almost_visible top-to-bottom avia_start_animation”
Cheers,
Detlef
-
This reply was modified 12 years, 1 month ago by
web_line.