Leapmkt12
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Customizr & security pluginsThanks guys sorry for the delayed reply I didn’t get email notifications for this post.
Forum: Themes and Templates
In reply to: Customizr Slider not loadingDuh it wasn’t a plug in issue, it was a box unticked in the customize responsive section. If anyone else comes across the same issue.
Forum: Themes and Templates
In reply to: Customizr Slider not loadingHello is there anyone in this forum that can shed light on this problem?? Thanks!
Forum: Themes and Templates
In reply to: [Customizr] Customizr Featured Pages on another pageThanks all sorted.
Forum: Themes and Templates
In reply to: [Customizr] Customizr Featured Pages on another pageOk interesting… Just added another two pages but haven’t added the featured image to the individual page yet, however below the standard blank template box is the actual button (as it should be)
rather than the html “Edit” data-color=”red” style=”color:#fff!important”>View Our Range of Designs ?” that is currently showing below each of the FPU’s that have an actual featured image applied. The side bar is now below the content .. so am I correct in assuming there is a minor code error somewhere?Forum: Themes and Templates
In reply to: [Customizr] Customizr Featured Pages on another pageHi d4z changed the css, but that hasn’t made any difference. This client wants some major overhauls manily via css so I’ll keep working through.
You can see the issue on this page:
https://www.rokketteamwear.com.au/teamwear-sports/rdell – I’ll try the painful plug-in trial once I’ve made all the changes she wants. Could it posibly be another minor php tag somewhere?
Forum: Themes and Templates
In reply to: [Customizr] Customizr & Custom links for Featured pagesYou’re a legend! I’m working through PHP codecademy at the moment (to try & get up to speed) & haven’t come across what those were yet. Thank you, that makes sense.
Forum: Themes and Templates
In reply to: [Customizr] Customizr Featured Pages on another pageSorry yes I changed it after I posted the original topic as I thought it may have been the size of the FPU (blonde statement reading that now!) Ok, so if I revert back to “rows of 3” I just need to change the width percentage to 31.914893617%;
Am testing now will come back to you!Forum: Themes and Templates
In reply to: [Customizr] Customizr & Custom links for Featured pagesHi rdell, just realised what I did wrong
19 => ‘https://shop.instyleboutique.com.au/’,
);There was the extra comma. With the filter though should that be left as 10 ,2 or can I change it to the page id which is 19?
Thanks for coming back to me.
Forum: Themes and Templates
In reply to: [Customizr] Customizr Featured Pages on another pageHi rdell (hope the css coding is looking a bit cleaner I’ve applied your css layout to all my clients sites now – Thank you!)
Ok for Rokket in the customise appearance I set the FP’s to be in a custom position ‘__after_content’.
In the child functions php I used this snippet:
‘add_filter ( ‘tc_show_fp’ , ‘move_fp_from_home_to_somewhere’);
function move_fp_from_home_to_somewhere () {
//this checks if there are featured pages defined in the theme options in database and if your conditional tag returns a true value
return 0 != esc_attr( tc__f( ‘__get_option’ , ‘tc_show_featured_pages’ ) )
&& is_page( 84 );
}’
This site is using featured pages unlimited.Forum: Themes and Templates
In reply to: [Customizr] 3.2 Version & nav menu disappearsRdell you have been such a life saver for me over the past 6 months please constructively critique as much as you want! Worked an absolute treat!
Thank you so much for this, as it means I can update all my sites to 3.2 (I currently manage 5 with Customizr) & roll out the more logical CSS layout for the other sites as well!
Thanks again!Forum: Themes and Templates
In reply to: [Customizr] 3.2 Version & nav menu disappearsThanks RDell, this site has been live for 4 months & was actually hacked & I’d only done a partial back up … dumb I know! But it was a good excuse to update and start working with the new version, loving the changes just need to adapt the functions snippets for each on the sites I manage now ?? Have reverted the file back thanks!
Forum: Themes and Templates
In reply to: [Customizr] 3.2 Version & nav menu disappearsI mean I can get the menu to show changing the red.css file line 6271
‘.navbar.resp {
display: center;
}’ but I need the social block to float right ?? sorry had all the snippets & everything set up for the earlier versions still getting my head around 3.2Forum: Themes and Templates
In reply to: [Customizr] 3.2 Version & nav menu disappearsSorry rdell, have taken it off. I can get it to show but it means changing the red.css file (never ideal)
Forum: Themes and Templates
In reply to: [Customizr] Center Header Block Items SnippetHey rdell, I had the same problem. Changed the snippet & the implode line disappeared, but so did my navbar? The website is https://www.rokketteamwear.com.au/ I have a few sites with Customizr now but am loathe to update to 3.2 as I am having major issues with the navbars? What am I doing wrong here? Thx