83creative
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS: How to change colours header/footer on my wordpress site?Hi emugera,
I am not sure where the css relates to but this is what you need to change
.widget-footer { padding: 20px 25px; padding: 1.53846rem 1.92308rem; margin-bottom: 20px; margin-bottom: 1.53846rem; box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px; background: #50B7DC; border-bottom: 1px solid #2693BA; color: #fff; }
If you added the following to your theme style.css it should work unless you can directly modify the stylesheet where it is.
.widget-footer { background:#0000b9 !important; }
Forum: Themes and Templates
In reply to: [Twenty Thirteen] "Continue Reading" not showing in excerptsHi JT75,
Can we troubleshoot?
How have you added the code in the post where it shows the “Continue Reading” as opposed to the other posts that don’t show it.
Does that one have any content in the “Excerpt” maybe that the others don’t?
If nothing appears different, then have you checked the code in the Archive template? Are you using a custom archive template or just the WordPress Archive or Category template?
Dan
Whilst not ideal deweydb solution worked for me. Once the update comes I will roll that update.
Thanks deweydb. Saved my bacon!
Forum: Plugins
In reply to: [Multiple content blocks] Issue displaying Content BlockHi,
Thanks for getting back to me. I will give it a go and see if I can get it to work.
What do you mean by “You can also get the post meta manually in these situations?”
Cheers for the quick response. Keep up the good work with the plugin. Love it!
Forum: Plugins
In reply to: [Calculated Fields Form] Technical capabilities within the formHi,
Thanks for getting back to me. I think that might be spot on. Do you guys do custom work should we purchase the plugin and maybe require something more bespoke?
Regards
Dan
Forum: Plugins
In reply to: [Multiple content blocks] Problems with multi content blocks after UpdateIt doesn’t bring up any errors when error reporting is set to true in wp-config. Sorry I don’t know enough about PHP to offer a solution or help resolve it.
The way I have this setup so maybe you can recreate it to test is as follows.
I have a custom page template called front-page in this page is four columned areas for your multiple content blocks called:
right-main
left
center
rightI added in the get_block(‘name of block’); call into the theme template.
Now in the page editing area when it is first loaded up all four content blocks show up under the text area in order right-main, left, center and right.
I go to edit for this example ‘center’ block, make some tweaks and hit UPDATE. What happens is once the page reloads and updates it then only shows the first content block in the list, in this case right-main. The others disappear.
If I then go out to the pages list and click back into the front-page all the blocks return but the edits made have reverted back to before the update.
Once I commented out this line all was working well and true.
I hope this helps.
Dan
Forum: Plugins
In reply to: [Multiple content blocks] Problems with multi content blocks after UpdateI was having similar issues where I had four separate content blocks on a custom page template. When I set the content blocks up they were correct. But I needed to change an image and it would not save, update or once updated show three out of the four content blocks.
Having read this post, I commented out the function in the functions.template-tags page that refreshes the blocks. I believe it is something to do with this function which is affecting it. I commented out the following code and it now functions as expected.
/** * Reset which blocks are used when visiting the page */ //function mcb_refresh_blocks() { // global $post; // if(isset($post)) delete_post_meta($post->ID,'mcb-blocks'); //} //add_action('wp_head','mcb_refresh_blocks');
Forum: Plugins
In reply to: [Responsive Select Menu] Issue with Select MenuHi Chris,
I managed to solve the issue. I rebuilt my initial navigation. I am not sure if I had some clashing ID’s or classes or a style in their that was making the main nav flip out. But going through my main navigation line by line and tidying it up seemed to sort the issue out.
Because I was in a rush to get the job done, I can’t actually recall where the issue lay. But I have resolved the issue now.
Think it might be time to purchase the Uber Menu ??
Thanks. Keep up the good work!
Forum: Themes and Templates
In reply to: Overwriting Twenty Eleven Functions in Child ThemePerfect, thank you Flashbuddy, just what I was after.
Forum: Fixing WordPress
In reply to: Problems setting up FTP connection within plugis area.Hi ESMI,
Thanks for that. We didn’t realise that we needed to create an new FTP account specifically for the subdomain, as we could already access it from the root. We created an FTP for the sub-domain and now it is working fine.
Many thanks for that, wouldn’t have thought about that without you.
Cheers
Dan