Forum Replies Created

Viewing 30 posts - 121 through 150 (of 224 total)
  • Author
    Posts
  • in reply to: Change 'primary color' (main content) on a per page basis. #199581

    Sorry but I don’t have a live site yet. As advised, I just want to change the ‘primary color’ for main content areas but set this to a page, I know how to do this to a page id but I am not sure what the custom css is. Attached is a screenshot.

    Thanks again,

    Andrew

    in reply to: Blog page, sidebar and calendar #199487

    Hello Ismael,

    :-) It seems the all-in-one calendar plugin has confused me somewhat. I too was under the impression that sidebars could be added/changed on a per post basis but when I was looking at the posts page there is no option. I now realise that the plugin uses it’s own post page format (not the standard one) which is where the confusion comes in because there is no sidebar setting in the layout option.

    Please close this, I didn’t realise it wasn’t an Enfold issue/question.

    Thanks

    Andrew

    in reply to: Blog page, sidebar and calendar #199185

    Hello Yigit,

    Thanks for the reply. I have no problems with adding widgets to a blog (post) sidebar but the question was whether I can target a specific post with a specifically created sidebar, not just the basic sidebar which applies to ‘all’ blog posts.

    For example, lets say I have a post entitled ‘this is my post a’ I want the widget sidebar for this post to be different from a post called ‘this is post b’

    Hope that’s clear?

    Thanks again,

    Andrew

    in reply to: Font Styling #198636

    That was fast! Thanks alot Yigit, it worked.

    Andrew

    in reply to: HR padding #197696

    Great! Thanks for the detailed information Ismael.

    Andrew

    in reply to: HR padding #197683

    Thanks Josue,

    Does this apply to all the styles? e.g short, long etc. Also, is it possible to create a custom css class for this as I would only want to apply this to a couple of . hr elements on a page? I know I can target an individual element in the custom css but with many pages a custom class would be easier.

    Thanks again,

    Andrew

    in reply to: Promo Box and Short Separator Padding #196812

    Thanks Yigit

    Andrew

    in reply to: WP Better Security #195747

    Thanks for the reply Josue, just didn’t know if Enfold hard codes any links to the wp-content folder which might cause issues down the line.

    Andrew

    in reply to: Contact Form Sizing #184698

    Hello Ismael,

    No there is no other contact plugin. Also, as mentioned, I know it is difficult to troubleshoot without a link but I cannot provide one at this time. I have tried disabling all plugins but still the css for the form does not work.

    Is there any css for changing other elements of the form such as colors etc so I can test that.

    Thanks again,

    Andrew

    in reply to: Contact Form Sizing #184385

    I did:-) But still no joy. css seems to be ok because I have quite a few customization’s in the quick css and they are all working ok – well, apart from the form as mentioned above. I know it’s difficult for you to troubleshoot but this was fine until the last update (well, the one before yesterday’s update) so I am lost,

    Thanks

    Andrew

    in reply to: Contact Form Sizing #184017

    Tried but still no effect. I don’t think it’s an issue with the icon box because I have a general contact form too and the css isn’t being applied to that either.

    Thanks

    Andrew

    in reply to: Contact Form Sizing #183983

    I should also have mentioned that the form is within an icon box but like I say, it wasn’t a problem before.

    Thanks

    Andrew

    in reply to: Contact Form Sizing #183974

    Thanks for the reply.

    I put it in the quick css (I don’t normally touch custom.css). It’s strange because it was working fine along with other element changes in the quick css but after the update the rest are still working but the contact form one isn’t being read for some reason.

    Thanks again,

    Andrew

    in reply to: Contact Form Sizing #183895

    Hello Josue,

    Think you might have misread the post. That is not my website:-) I was just using the code suggested in the forum link I posted
    but as advised, for some reason since the last update it does not work – sorry, can’t give you a link but need to know what has changed to make it stop working?

    Thanks

    Andrew

    in reply to: PrettyPhoto hide nav button on iframe content #181209

    Ok, it would be much easier if it was possible to just add some inline code – not your problem I know.

    Thanks for the input.

    Andrew

    in reply to: Spacing Between Tabs #180320

    Actually, when I put #top before the css it works ok so I guess something is stopping it unless I put top. Anyway, all ok now, thanks again

    Andrew

    in reply to: Spacing Between Tabs #180319

    Thanks Yigit.

    Didnt have any effect. Please close the ticket though as I will work on this at some other time, it’s not overly important. Thanks again for your help.

    Andrew

    in reply to: Spacing Between Tabs #180202

    Hello Yigit,

    Since I updated this morning the spacing between the tabs is now ok. However, the actual background color of the tab content area (not the title) has changed from white to a grey, any ideas why?

    Thanks

    Andrew

    in reply to: Spacing Between Tabs #179672

    Thanks Yigit,

    I will have to wait until the site goes live and then let you know. Please keep this open if thats ok.

    Andrew

    in reply to: Landscape more on mobile #179543

    Thanks Ismael,

    I am talking about all mobile, android and ios.

    Thanks

    Andrew

    in reply to: Landscape more on mobile #179194

    Bad choice of words when I say ‘mode’

    Is it possible to only display the mobile view in Landscape orientation?

    I found this online but was hoping this could be done via css or something?

    @media only screen and (orientation:portrait){
    #wrapper {width:1024px}
    }

    @media only screen and (orientation:landscape){
    #wrapper {width:1024px}
    }

    Thanks

    Andrew

    in reply to: Blog questions #179190

    Hello Devin,

    Thanks for the advise and the menu tip!

    Andrew

    in reply to: Spacing Between Tabs #179054

    Hello Yigit,

    Thanks for the reply – still no joy, this is the complete code I am using (I have added some other adjustments to the tabs)

    .tab {
    font-size: 14px !important;
    }

    .main_color .tabcontainer .active_tab {
    background-color: #734854 !important;
    color: white !important;
    }

    .js_active .top_tab .tab { margin-right: 10px!important; }

    in reply to: Spacing Between Tabs #178966

    Hello Yigit,

    Thanks for the reply. It didn’t make a change unfortunately – any other ideas?

    Thanks

    Andrew

    in reply to: PrettyPhoto hide nav button on iframe content #178964

    Hello Ismael,

    No, its a code to an external website. The iframe displays fine in the lightbox but I need to find a way to hide the navigation for this (these) particular iframes within pretty photo ‘without’ turning prettyphoto navigation off side wide.

    Thanks

    Andrew

    in reply to: Spacing Between Tabs #177819

    Just to add to the above, is it also possible to have the tab title boxes (or whatever you call them) to align to the center, I don’t mean the actual text but the box the tab title sits on.

    Thanks again,

    Andrew

    in reply to: Spacing Between Tabs #177794

    I am using top tabs – I just need a couple of px spacing between the top tab title boxes.

    Thanks

    Andrew

    in reply to: Landscape more on mobile #177793

    Hello Josue,

    Thanks for the reply. I know I can set a set layout but that wasn’t my question. There are 2 modes on mobile, portrait and landscape so it is possible to force the mobile mode to landscape? I have seen this done before but cannot remember where.

    Thanks

    Andrew

    in reply to: Enfold and SEO #177347

    I am not support but I installed W3 total cache and after configuring it my page speed went up from a D to an A in GTmetrix. I don’t think there is much you can do about the google apis though and some of the other elements in your list are for plugins. Personally when I deactivated plugins and tested Enfold performed excellently with GTmetrix ‘after’ I configured W3 total cache correctly.

    Hope that helps.

    Andrew

    in reply to: Button Text Colour Changed with 2.3.2 Update #174088

    Same thing just happened to me after an update!

    Andrew

Viewing 30 posts - 121 through 150 (of 224 total)