Forum Replies Created
-
AuthorPosts
-
January 8, 2014 at 7:15 am in reply to: How Can I Change the Height of the Header and/or Remove Social Icons Bar #206675
Hey deyowulf!
You can add this on your custom.css or Quick CSS to remove the social icons from the header:
#top .social_bookmarks { display: none; }Regards,
IsmaelHi!
Please use this on your Quick CSS or custom.css:
li.bbp-forum-info, li.bbp-topic-title { width: 55%; } li.bbp-forum-freshness, li.bbp-topic-freshness { text-align: center; float: left; width: 25%; }Best regards,
IsmaelHey!
Yigit’s code should work. Please try this:
.single .main_color { background-image: none !important; background-color: white !important; }Remove browser cache then reload the page a few times.
Best regards,
IsmaelHi David!
1.) You can disable the default lightbox by editing js > avia.js, find this code on line 54:
//activates the prettyphoto lightbox $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});Replace it with:
//activates the prettyphoto lightbox //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});Remove browser cache then reload the page a few times.
2.) You can set the image title and description on Media > Library panel.
Cheers!
IsmaelHey ShortieD!
Please add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) { .responsive #top .avia-content-slider-odd .slide-entry.slide-parity-even { margin: 0; clear: both; width: 100%; } .responsive #top .slide-entry { width: 100%; margin-left: 0; } }Remove browser cache then reload the page.
Cheers!
IsmaelHey!
Can you please post a screenshot of the layout that you like? That is the default look of the topic box. Kriesi chose to removed some of the elements to make it look better.
Best regards,
IsmaelHey!
You can use this on your custom.css or Quick CSS to change the look of the pagination:
#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a { float: left; height: 35px; width: 35px; line-height: 34px; text-align: center; padding: 0; border-radius: 0; margin-right: 3px; box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2); }Change the values.
Best regards,
IsmaelHey slui!
You can’t set a full background image slider. You need to hire a freelance developer to add that feature or use the Flashlight Theme.
Best regards,
IsmaelHi macrunner!
You can edit includes > loop-index.php, find these codes:
echo "<span class='text-sep text-sep-date'>/</span>";Replace it with:
echo "<span class='text-sep text-sep-date'>-</span>";You can find 3 instances of this code on line 121, 133 and line 156.
Best regards,
IsmaelHey Js-interactive!
You can set the title on the Media > Library panel and the excerpt after you insert the images on the masonry gallery. Make sure that you select “Display Title and Caption” under “Image Title and Caption” option. Please watch this video by Devin to learn more about the masonry element: https://vimeo.com/channels/aviathemes/77433498
Best regards,
IsmaelHey aweirick!
After you insert the images, there will be a list of selected images. Click on an image again to set the Caption Title and Caption Text.
Best regards,
IsmaelHey!
Edit config-layerslider > Layerslider > css > layerslider.css, find this code on line 585:
html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img { background: none !important; min-width: 0 !important; max-width: none !important; border-radius: 0px; box-shadow: none; border: 0px; padding: 0px; }Replace it with:
html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img { min-width: 0 !important; max-width: none !important; border-radius: 0px; box-shadow: none; border: 0px; padding: 0px; }Remove browser cache then reload the page.
Best regards,
IsmaelHi!
Please don’t specify a blog page on “Where do you want to display blog?” option. Leave it blank.
Best regards,
IsmaelJanuary 8, 2014 at 4:32 am in reply to: Limit the number of images in the Full Width Masonry gallery #206635Hi!
This is beyond what we can offer as a support team. Please hire a freelance developer to add the modifications that you want. You can visit http://werkpress.com/.
Cheers!
IsmaelHi fjrichart!
You can add this on your custom.css or Quick CSS to decrease the opacity of the images on initial load:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: auto!important; opacity: .8; }Use this to make the opacity to 100% when hovered:
#top .avia-gallery .avia-gallery-thumb a:hover { opacity: 1; }Cheers!
IsmaelHi Tech!
I’m not sure why the wrap_all container moved down, maybe because of a plugin you installed. Please add this on your custom.css or Quick CSS:
#wrap_all { margin-top: -27px; }Remove browser cache then reload the page a few times.
Regards,
IsmaelHey!
Yes, I believe that is the correct code. Glad we could help. :)
Best regards,
IsmaelHi flowpsychicarts!
Please add this on your Quick CSS or custom.css:
.big-preview.multi-big, .small-preview, .related_posts { display: none; }Remove browser cache then reload the page a few times.
Regards,
IsmaelJanuary 8, 2014 at 4:15 am in reply to: moving the position of the blog tags to under the title #206616Hi!
Can you please give us the link to the actual page? You can override the css styling using Quick CSS or custom.css.
Regards,
IsmaelHey!
You can use this:
.avia-progress-bar .progressbar-title-wrap { background: red; background: rgba(255, 255, 60, 0.5); }Cheers!
IsmaelHi!
Please try this one:
if( wpmd_is_phone() && is_front_page() ) { $redirect_url = 'http://jonnyfreesh.com/music'; header('Location: ' . $redirect_url ); // Redirect the user }Regards,
IsmaelHey!
Please remove the code then install this plugin: http://wordpress.org/plugins/wp-mobile-detect/
Edit header.php, find this code on line 2:
global $avia_config;On top of it, add this code:
if( wpmd_is_phone() ){ $redirect_url = 'http://jonnyfreesh.com/music'; header('Location: ' . $redirect_url ); // Redirect the user }Remove browser cache then reload the page.
Regards,
IsmaelHi crevlon!
You can change the text color using this:
#top .avia-post-nav { color: red; }Change container background when hovered using this:
#top .avia-post-nav:hover { background: #222; background: rgba(255,50,8,0.5); }This is for the initial background of the navigation:
#top .avia-post-nav { background: blue; background: rgba(255,90,8,0.8); }Best regards,
IsmaelJanuary 7, 2014 at 8:52 am in reply to: Enfold Theme: Advanced layerslider stopped displaying #206199Hi!
Please post the login details here as a private reply. We would like to inspect it.
Best regards,
IsmaelHi!
I don’t see any portfolio entries on the link you posted above. If you want to change the portfolio order by id, you can use this:
function custom_post_grid_query( $query, $params ) { $query['orderby'] = 'ID'; $query['order'] = 'ASC'; return $query; } add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);Change the order parameter to either ASC (ascending) or DESC (descending). Remove browser cache then reload the page a few times.
Best regards,
IsmaelHi!
Switch to Default Editor then use the shortcode wand there.
Best regards,
Ismael -
AuthorPosts


