Forum Replies Created
-
AuthorPosts
-
Yes, you can close the thread. Thanks a lot :)
Oh yeah! Work fine! Great! Thanks for all.
Hi, yes, i insert the details in the field private. When you open the website in the footer how many footer columns do you see?
Hi, Nikko, ok work fine! I just downloaded the file that you suggest me and work. Remember ever, at everyone, of creating a file backup before. Thanks, a lot. You are the best! :D
- This reply was modified 4 years, 11 months ago by Mickyhood.
hello, I was referring to this:
Yes, that’s correct.
If it’s not working please replace the single quotes from ’to‘December 16, 2019 at 3:41 pm in reply to: How to insert an image in the widget title of the footer #1166451Well I’d say it’s perfect then then. Thank you very much!
December 16, 2019 at 11:42 am in reply to: How to insert an image in the widget title of the footer #1166317Ok, i insert the link in the private content.
For the example –> https://imgur.com/OXBxQtr
I need the code to raise or lower only the complete title or widget. Because if I put code for the title, this will go under the content of the page
Ok, but where should I put it in the code?
December 16, 2019 at 10:33 am in reply to: How to insert an image in the widget title of the footer #1166289Yes the only thing is that in doing so all 4 widgets are lower on the page.
December 14, 2019 at 2:44 pm in reply to: How to insert an image in the widget title of the footer #1165867Thanks, at the moment i insert this rule in the css:
.flex_column .widget .widgettitle {
margin-top: 90px;
}in this way I lowered all the other widgets, aligning the titles of the other 3 to the image of the first one.
I meant in the css code
Ok, if i want to “insert” the image in another resolution, i just change the values “80” into something like:
add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
function enfold_customization_modify_thumb_size( $size ) {
$size[‘widget’] = array(‘width’=>150, ‘height’=>84);
return $size;
}it’s correct?
If i want insert a custom class in the button elements, how do i do this?
Ok, after 2 years the method to change images so it’s always this or in the meantime have you updated with something simpler?
Thanks, but not work. Since then I only need this kind of button sometimes, how do I insert an class in this css?
No, after, in the banner above.
Here: https://imgur.com/maWD8l3
Can you remove the info on your message? For privacy, thanks.
- This reply was modified 4 years, 11 months ago by Mickyhood.
Ok, i insert the site in the private content. The botton is the “contatti” on the bottom of the page, in left position. This botton must have the border white anche the text color white.
December 12, 2019 at 10:45 am in reply to: How to insert an image in the widget title of the footer #1165146It doesn’t work, I’ve already tried.
December 9, 2019 at 9:21 pm in reply to: How to change the color of font active in the main menu (not mega menu) #1164193Thanks. I used this code for active link menu, and work.
/* Highlight topbar current menu */
#top #header_meta li.current-menu-item a {
color: gold;
}Thanks Yigit :)
Sorry but because the theme creates this rule? In other words, is it a problem with the theme or is there something wrong with the settings?
I mean:
<script>if(document.cookie.match(/aviaPrivacyGoogleTrackingDisabled/)){ window[‘ga-disable-UA-56378302-1’] = true; }</script>
And then to this thing:
remove_action(‘wp_footer’, ‘avia_print_tracking_code’, 100);
Yeah! Work!!! Thanks a lot. Great!
I insert it but not work. Why? If you want to see in the website is now insert.
Like the other icons. A background color and the icon that changes color when the cursor is on it.
Thanks for the reply, do a great job with this forum. :)
- This reply was modified 6 years, 1 month ago by Mickyhood.
Ok but i want that the icon is inside the button. Can it be?
no I had asked what is the code for the icon to be inserted in the code of the button. You have not answered yet.
Yes.
ok i find the code, is this: [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]
- This reply was modified 6 years, 9 months ago by Mickyhood.
Ok and the ICON SHORTCODE HERE which?
How do i do it?
The button has the following code:
-
AuthorPosts