Forum Replies Created

Viewing 14 posts - 31 through 44 (of 44 total)
  • Author
    Posts
  • in reply to: Customization of Grid Layout #629789

    hi, as this job was time critical, I have had to move past this and come up with an alternatve for my client.

    I really need to load some custom content into this template though.

    Its odd – if I add some basic html to this example <div>this is a test</div>, I can get this to appear whereever I want, as soon as I am trying to load custom data from Advanced custom fields, it ignores where I put it in the template and just adds it to the top of the page. I even tried <div>this is a test <my custom content></div> this loaded the ‘this is a test’ text where I wanted it to go but threw the advanced custom fields data to the top of the page.

    Hi, I have just decided to turn off the Ajax for this issue – problem is now, I am using a child theme and copying the js folder plus the avia.js doesnt work – I have had to hack the parent theme file – how can I change the child theme for this?

    thanks

    in reply to: Customization of Grid Layout #629355

    Hi, I have used the Advanced Custom Fields plugin and am ytrying to load some of this info into the blog grid – I have successfully got the modifications into the child theme but no matter where I place the code for the custom field in the postslider.php file, it loads it at the very top of the page – above all the content – when there are more than 1, it loads several above all the content – can I get this to load into the grid?
    my code looks similar to this:

    $output .= !empty($excerpt) ? “<div class=’slide-entry-excerpt entry-content’ $markup>”.$excerpt.”</div>” : “”;
    $output .= the_field(‘excerpt’);
    $output .= “</div>”;
    $output .= ‘<footer class=”entry-footer”>’;

    website still in development so only postsed a private link below.
    thanks

    in reply to: pagination not working #567138

    Hi,

    I just updated the theme and it works now.

    The theme update did not show in updates or on the theme options panel though – the only way I knew it was an old one was checking the version number against the one you have below.

    I downloaded the theme again from themeforest, uploaded it and it all works fine now.

    thanks for the help.

    : )

    Dann

    in reply to: pagination not working #567047

    I have set the page in options to be use advance playout builder….

    in reply to: Yith Quick view – shortcodes. #553057

    Hi, I have only just noticed – in the quick view – the product image does not show either.

    its referenced as the below:

    in reply to: share links in widgets/ sidebars #550493

    HI, thanks for this. its worked nicely.

    : )

    Dann

    in reply to: Yith Quick view – shortcodes. #550417

    hi, please try again, this should work now.

    thanks

    in reply to: share links in widgets/ sidebars #549596

    sorry – see link below – share is bottom right:

    in reply to: Yith Quick view – shortcodes. #548765

    Hi, its another private site so have pasted the link below with login details.

    in reply to: share links in widgets/ sidebars #548755

    hi, thanks for this! this is helpful although it was a bad example. I hadnt done the footer one before. It was the sidebar I always struggle with. If you look at the site now, I have added the shortcode to the sidebar. I tried, based on your code above
    .sidebar .widget { overflow: visible !important; }

    but this didnt work.

    thanks!

    in reply to: share links in widgets/ sidebars #548155

    hi – link below – sorry – cant make it public as is in development still and am not allowed to make public.

    You will fnd the share links bottom right, in footer column one.

    thanks!!

    in reply to: Using Scroll Spy with a sub menu #450265

    hi, solved my own problem in the end!!

    avia.js line 81 change:
    $(‘body’).avia_scrollspy({target:’.main_menu .menu li > a’});
    to:
    $(‘body’).avia_scrollspy({target:’.av-subnav-menu li > a’});

    in reply to: Using Layerslider in the sidebar #444136

    bump

Viewing 14 posts - 31 through 44 (of 44 total)