Forum Replies Created

Viewing 30 posts - 61,591 through 61,620 (of 66,939 total)
  • Author
    Posts
  • 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,
    Ismael

    in reply to: Last post by #206674

    Hi!

    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,
    Ismael

    in reply to: Facebook linking issues #206670

    Hi!

    Glad you fixed it. :)

    Best regards,
    Ismael

    in reply to: Blog background color #206668

    Hey!

    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,
    Ismael

    in reply to: Enfold > Gallery > Lightbox #206667

    Hi 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!
    Ismael

    in reply to: change blog grid in responsive mode #206666

    Hey 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!
    Ismael

    in reply to: Last post by #206662

    Hey!

    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,
    Ismael

    in reply to: Pagination with Footable Plugin #206659

    Hey!

    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,
    Ismael

    in reply to: Background Images #206657

    Hey 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,
    Ismael

    in reply to: Enfold – change slash symbol in meta infos Blog #206654

    Hi 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,
    Ismael

    in reply to: Excerpt Not Showing on masonry Galley? #206652

    Hey 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,
    Ismael

    in reply to: Fullscreen Slider #206651

    Hey 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,
    Ismael

    in reply to: Padding/Background on image/logo not showing up #206650

    Hey!

    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,
    Ismael

    in reply to: Latest News Headline #206649

    Hi!

    Please don’t specify a blog page on “Where do you want to display blog?” option. Leave it blank.

    Best regards,
    Ismael

    Hi!

    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!
    Ismael

    in reply to: gallery photos getting darker when mouse hover #206633

    Hi 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!
    Ismael

    in reply to: Space above Main Menu reappeared #206632

    Hi 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,
    Ismael

    in reply to: HomePage ReDirect on Mobile Sites #206621

    Hey!

    Yes, I believe that is the correct code. Glad we could help. :)

    Best regards,
    Ismael

    in reply to: Change featured image component on blog #206620

    Hi 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,
    Ismael

    in reply to: moving the position of the blog tags to under the title #206616

    Hi!

    Glad it worked. :)

    Cheers!
    Ismael

    in reply to: possible bug – image rollover doesn't work #206614

    Hi!

    It looks good on our end. Please remove browser cache then reload the page a few times. Test it on another browser.

    Cheers!
    Ismael

    in reply to: Pagination with Footable Plugin #206613

    Hi!

    Can you please give us the link to the actual page? You can override the css styling using Quick CSS or custom.css.

    Regards,
    Ismael

    in reply to: Colors Behind Progress Bars #206611

    Hey!

    You can use this:

    .avia-progress-bar .progressbar-title-wrap {
    background: red;
    background: rgba(255, 255, 60, 0.5);
    }

    Cheers!
    Ismael

    in reply to: HomePage ReDirect on Mobile Sites #206342

    Hi!

    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,
    Ismael

    in reply to: HomePage ReDirect on Mobile Sites #206215

    Hey!

    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,
    Ismael

    in reply to: Nächste Post / Vorherige Post Farbe #206205

    Hi 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,
    Ismael

    in reply to: Enfold Theme: Advanced layerslider stopped displaying #206199

    Hi!

    Please post the login details here as a private reply. We would like to inspect it.

    Best regards,
    Ismael

    in reply to: Portfolio Entries – change order #206198

    Hi!

    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,
    Ismael

    in reply to: Can't find the testimonials shortcode #206195

    Hi!

    Switch to Default Editor then use the shortcode wand there.

    Best regards,
    Ismael

    in reply to: Facebook linking issues #206193

    Hi kuanileqa!

    I’m not sure if this is going to work but please framework > php > function-avia-set-frontend.php, find the code on line 1066:

    $version= $matches['version'][1];

    Replace it with:

    $version= $matches['version'][0];

    Best regards,
    Ismael

Viewing 30 posts - 61,591 through 61,620 (of 66,939 total)