Forum Replies Created
-
AuthorPosts
-
April 26, 2017 at 5:57 pm in reply to: Warning: Illegal string offset 'id' in /../../slideshow_layerslider.php #783637
Anyone else reading this then I found a quick solution that seems to work well.
Change your theme to twenty fifteen and then change it back to the enfold child theme.
Hope this helps
Excellent!!!!
That worked a treat.
this was the code that I used for anyone reading this thread in future:
#top .cform-right .form_element input.button {
float: right;
position: relative;
right: 132px;
background-color: #003c6e;
color: #ffffff;
border-color: #003c6e;
}Hi Nikko,
Thanks for your prompt reply as always.
I have already enabled the css classes.
However if I adjust the submit button on one form it does it for all the others.
Thanks Yigit.
I spoke to the hosting provider siteground and they fixed it for me in 2 mins.
It was a simple php syntaxis error possibly caused by a plugin.
Right now I can’t even login to the wordpress dashboard of the website http://synergy-build.com/wp-admin/
I’m getting Warning: http_build_query(): Parameter 1 expected to be Array or Object. Incorrect value given in /home/synergyb/public_html/wp-includes/Requests/Transport/cURL.php on line 508
Not sure why this is. Any ideas?
February 2, 2017 at 3:12 pm in reply to: Website Navigation Font colours don't match General Styling preview and settings #741824Guy’s
Please ignore this.
I have figured it out.
I had customised the nav font in the advanced styling section!!!
Sorry.
January 24, 2017 at 12:25 pm in reply to: Google maps work in safari don't work in Chrome and Firefox #737680I had a similar issue where the pin locator was not appearing in Safari.
I installed WP Super Cache and activated it. All fixed and working as should.
Hi Guys,
This code worked perfectly.
Thank you for your support as always.
Thank you Ismael. I will try this and see if it works :)
Hi Yigit,
I would like a gallery of images to pop up when clicked.
Hi Rikard,
I am currently building the new site design on a temp sub domain http://temp.mamas-box.com/
Here is a screenshot of the button that I would like to add a popup lightbox to when clicked:
https://www.dropbox.com/s/dchgf4mb52bhbu1/Screen%20Shot%202016-06-15%20at%2011.14.12%20am.png?dl=0
Thank you . That worked!
Hi,
Please find the credentials below.
Awesome. Thanks Yigit
Hi Ygit,
Sorry to be a pain.
The body content font has also changed to the Poiret One font which I didn’t want.
How can I change the body font to Helvetica?
Awesome! It WORKED!
Hi Yigit,
Thank you for the super fast reply. So to clarify I should change the php code by replacing ‘PT Sans Narrow’ with ‘Poiret One’ as per the following:
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Poiret One’] = ‘Poiret One:400,700’;
$fonts[‘Poiret One’] = ‘Poiret One:400,700,400italic,700italic’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Poiret One’] = ‘Poiret One:400,700,400italic,700italic’;
$fonts[‘Poiret One’] = ‘Poiret One Narrow:400,700’;
return $fonts;
}Is this correct?
All good. Solved it!
Hi Elliot,
I tried adding this code to the custom css but nothing has changed.
Any other ides?
HI Yigit,
That worked a treat! Thank you so much :)
So simple! Thank you so much :)
Hi Rikard.
Hi,
Yep, that worked perfectly! Thank you once again my friend. Awesome support and theme.
Ok awesome! Thank you Ismael
I am not sure what you mean.
Is this side menu achievable like the demo version for specified pages?
I wanted it to look like the one on this page:
October 11, 2015 at 10:12 am in reply to: link portfolio Masonry image in overview to lightbox image #516907Same thing is happening to me!
-
AuthorPosts