Forum Replies Created
-
AuthorPosts
-
Hi Speedskater!
It’s a grid based system, can you post a link to your website?
A screenshot/mockup of what you’d want to achieve would be helpful too.
Best regards,
JosueHey Barabbas!
That element is custom made, however i found this plugin that seems to do the same.
Best regards,
JosueHi,
Open /framework/php/function-set-avia-frontend.php and look for line 891:
$output = __('Tag Archive for:','avia_framework')." ".single_tag_title('',false);
Regards,
JosueHey!
Fixed:
http://dev.druckundsticknews.ch/portfolio-item/damen-bluse-langarm-russell-934f/Regards,
JosueHey!
Fill css/custom.css with the code you got from modifying the elements in Firefox and save it.
Regards,
JosueHi!
Ignore my first reply, i found a solution that works with your current setup, add this at the end of js/avia.js:
jQuery(function() { jQuery(".social_bookmarks").append(jQuery("#avia-menu #menu-item-search").detach()); });
Regards,
JosueHi!
Unfortunately is not possible with the type of menu you have.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
a[data-filter="all_sort"], a[data-filter="all_sort"] + span{ display: none !important; }
That will disable the “All” filter.
Cheers!
JosueHi LiveLightCo!
Remove the menu children from the menu itself (Appearance > Menu), or you can do it via CSS:
.sub-menu { display: none !important; }
Best regards,
JosueHey LarsGrottke!
It is correct, that last dotted line is there to join the navigation links, see image below:
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.main_menu .menu ul { width: 300px !important; }
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
You have a typo, you need to add a dot before ‘home’:
@media only screen and (min-width: 767px) and (max-width: 989px) { .home .iconbox_content { min-height: 180px; } } @media only screen and (min-width: 990px) and (max-width: 1215px) { .home .iconbox_content { min-height: 180px; } } @media only screen and (min-width: 1216px) { .home .iconbox_content { min-height: 160px; } }
Regards,
JosueThis reply has been marked as private.Hey!
Try adding this code to the Quick CSS:
.big-preview.multi-big { width: 180px !important; margin: 0 auto; }
Cheers!
JosueHey!
The tab_counter rule should work, try adding !important:
.tab_counter_0 { background-image: url(xxx.gif) !important; }
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
This code will do it (put it on Quick CSS):
.mega_menu_title, .mega_menu_title a{ font-size: 12px !important; }
Cheers!
JosueHey!
1. This will add an space between them:
.av_font_icon { margin: 0 5px; }
2. This will do it:
.responsive .logo img, .responsive .logo { height: 88px; width: auto !important; max-width: none !important;} @media only screen and (max-width: 767px) { .responsive .logo img, .responsive .logo { height: 55px; } }
3.
.post-entry-1195 .avia_textblock p, .post-entry-1195 .avia_textblock h3 { margin: 0 !important; }
Regards,
JosueHi,
Can you post a link to your one of these pages please?
Regards,
JosueHi,
Can you post a link to your website please?
Regards,
JosueGreat, glad you got it working :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueJanuary 4, 2014 at 8:53 pm in reply to: Website on local PC not starting well, not showing images & slides #205407Hey!
It was an example of how the URL of an image would look like.
Regards,
JosueHi!
Yes, that would be possible, please create these two sliders and put them on the same page (one next to each other) and post a link to it so i can provide you with the exact CSS code.
Best regards,
JosueJanuary 4, 2014 at 8:48 pm in reply to: Website on local PC not starting well, not showing images & slides #205402Hi Philippe!
Maybe the server did not load them correctly, make sure you can access them from the browser, their URL will be something like: http://yourwebsite/wp-content/uploads/img.jpg
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please?
Also, a screenshot/mockup of what you want to achieve would be really helpful.
Regards,
Josue -
AuthorPosts