Digital experiences for all disciplines
Forum Replies Created
-
-
The thumbnails size isn’t set by css, it’s set by a parameter in the portfolio page builder asset. You can change this by opening the following file:
/includes/page-builder/composer/lib/shortcodes/portfolio.php
and search for:
$video_height =
This is set based on the setup of the item, so you will need to change it in a few places.
Hope that helps.
– Ed
Great 🙂
– Ed
Sounds like you might already have it installed? Check that directory via FTP, and remove the folder if it’s there.
– Ed
No worries! 🙂
– Ed
My guess would be you don’t have cURL enabled in your php setup. You’d need to ask your host about that –Â http://php.net/manual/en/book.curl.php
– Ed
For the recent posts widget, the standard WordPress featured image is used, so make sure you have that set on the right of the post editor.
– Ed
Is this occurring on newly created pages? Do you have any plugins installed that could be conflicting?
– Ed
Doesn’t look as if there is any page content at all. If you type in “London” does that work.
Can you also try enabling WP_Debug in wp-config.php, to see if any errors show.
– Ed
If the category title is Day 1, please make sure the slug is “day-1”, at the moment it looks like it’s “day–1-”
– Ed
Can you post a link to that page so we can see?
– Ed
Looks like you may not have updated header.php, which includes the new social scripts?
– Ed
Can you please check your categories, and there slugs. In the filters I see Friday / Saturday, yet in the code for the items , I see day-1 and day-2?
– Ed
You can find the tabs jQuery in /js/functions.js.php line 862:
<pre>$j(‘.tabbed-asset’).tabs();</pre>
– Ed
Try checking this link out –Â http://www.webhostinghub.com/support/website/wordpress/failed-to-write-to-disk-wordpress
– Ed
That’s it, I’ve updated my reply.
– Ed
-
Posted in: Reply To: Slashes on admin panel?