Forum Replies Created
-
AuthorPosts
-
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
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.
thanksHi,
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
I have set the page in options to be use advance playout builder….
Hi, I have only just noticed – in the quick view – the product image does not show either.
its referenced as the below:
HI, thanks for this. its worked nicely.
: )
Dann
hi, please try again, this should work now.
thanks
sorry – see link below – share is bottom right:
Hi, its another private site so have pasted the link below with login details.
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!
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!!
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’});bump
-
AuthorPosts