Forum Replies Created
-
AuthorPosts
-
Hey
do you mean something like this?
Hmm that creates 2 white lines between the two widget rows and the area below the socket is now colored as well.
Thank you
Hey
Finally got to try it out and it works like a charm! Thank you Ismael!
Now I wanted to style the two footers seperatly, for the first footer row I’d like an image as a background, the other one should be customized via theme settings.
I’m using this code
#footer { background: transparent url(your-image-here) repeat top left; }
However the image streches now across both footer rows. Is there a way to seperate this? maybe give the second footer a different css id?
Thank you so much!
Hello,
I tried Ismael’s code but it breaks down the whole site, so I suppose either the code is outdated or my functions.php is already filled up with too much other stuff.
Here is the content of my functions.php
<?php /** * Theme Name child theme functions and definitions */ /*—————————————————————————————————————————*/ /* Include the parent theme style.css /*—————————————————————————————————————————*/ add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } add_theme_support('avia_template_builder_custom_css'); function add_custom_div(){ ?> <script> jQuery(".clickbar").click(function(){ window.location = jQuery(this).find("a:first").attr("href"); return false; }); </script> <?php } add_action('wp_footer', 'add_custom_div'); add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Quicksand'] = 'Quicksand:300,400,700'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Quicksand'] = 'Quicksand:300,400,700'; return $fonts; } add_theme_support('avia_template_builder_custom_tab_toogle_id');
Any chance for help? :-)
Thank you!
September 6, 2016 at 10:30 pm in reply to: Main Menu with centered Logo and navigation left and right #682873Login:
July 27, 2016 at 1:00 am in reply to: Placing gallery thumbnails on the rleft side instead of bottom #665548Hey
it’s still in progress but right now it looks like thishttp://imgur.com/a/kzL1U
and I would like it to look more like this http://imgur.com/a/2pLQZThank you!
This reply has been marked as private.Hmm that didn’t quiet do the trick. now some of the images in the overview have a different size, see screenshot 1 (http://www.awesomescreenshot.com/image/161638/6bcdda460de2b7968f0825fa740d8575)
Also the main issue is still there: for example in the second screenshot, you can see that the large preview image is skewed to fit the size http://www.awesomescreenshot.com/image/161644/1ed65abada264294974d2b9b773fb8fe
I can give you the login details if you would like a look at it
Peeeeww, works for me :D Thanks a lot!
Same here!
February 20, 2015 at 3:41 pm in reply to: After Upgrade – Frontpage on the right side (Ninja Popups) #399704I’ve done this several times with many browsers.
I only get the error in Firefox. In the other browsers everythings works fine.
But one of my readers mentioned that he gets the error also in chrome.
So it doesn’t seems to be a local browser error.
Cheers!
February 20, 2015 at 10:17 am in reply to: After Upgrade – Frontpage on the right side (Ninja Popups) #399518This reply has been marked as private.Thank You!
Thanks man! Works like a charm! :)
Thank you for your quick answer, the page needs some time to load due to the loaction of the server in china.
Your code solves the problem for the big logo, but not for the shrinked one. Here’s a screenshot -
AuthorPosts