djisback
Forum Replies Created
-
Forum: Plugins
In reply to: [HookPress] Custom post type@krystianj, do you mind sharing your webhook? I like to see how you went about doing that.
Which version of Peepso are you running?
Found this to be a present issue with php7.x.x and using wordpress on bedrock https://roots.io/bedrock/
Found interesting:
But does not break when using the normal wordpress install folder structure.
wp-content, wp-admin, … etcWhen using the custom structure of bedrock maybe its not liking that style?
Of renaming wp-content/ to app/Forum: Themes and Templates
In reply to: [Arcade Basic] Images not displayed within single postsI was able to replicate this on wordpress 4.0 and 4.1/
The Solution I found was to make a blank page you want to dedicate to your post “list/archive” for me, I named mine “blog”. Secondly was to go into customizer under Static Page. Setting the Posts Page to the blank page I wanted, in this case I set it to the “blog” page.
This is how I found to make it work. Let me know if this works for you.
Forum: Themes and Templates
In reply to: [Arcade Basic] Centering CategoriesAwesome glad it worked
Forum: Themes and Templates
In reply to: [Arcade Basic] Images not displayed within single postsHave you tried setting a featured photo?
Secondly which version of wordpress are you running?Forum: Themes and Templates
In reply to: [Arcade Basic] Centering CategoriesIf you modify the template styles.css and add this to the code this will make your navigation center.
Or you can also use a wordpress custom css plugin this would be the better route.If you are not comfortable doing this yourself email me [email protected]. I am currently setting up this template for a client of mine.
staging.castilloadventures.com@media (min-width: 768px){ .navbar-nav{ margin: 0 auto; display: table; table-layout: fixed; float:none; } }
thank you
What was the problem?
nope fresh install of wordpress and then newest version of your plugin.
Any Ideas???
Forum: Plugins
In reply to: [List category posts] imagesI am ustilizing shortcodes for categories.
Shortcode
[catlist id=49 numberposts=10 content=yes thumbnail_size=32,32]The main issue here it is out putting what you see below in the snippet, and below that the entire redered block of code.. I would prefer for it to wrap the image in a div tag not a paragraph tag
Snippet Code in Question
<p> <a href="https://www.domain.com/wp-content/uploads/Thinking.jpg"> <img class="aligncenter size-medium wp-image-2273" alt="Thinking" src="https://www.domain.com/wp-content/uploads/example.jpg" width="300" height="266"> </a> </p>
Entire output code.
<ul class="lcp_catlist" id="lcp_instance_0"> <li><a href="https://www.domain.com/link/" title="Title">Example Post Title</a> <p> <a href="https://www.domain.com/wp-content/uploads/Thinking.jpg"> <img class="aligncenter size-medium wp-image-2273" alt="Thinking" src="https://www.domain.com/wp-content/uploads/example.jpg" width="300" height="266"> </a> </p> <p>Description text goes in here</p> <p>Description text goes in here</p> <div class="addtoany_share_save_container"> <div class="a2a_kit a2a_kit_size_32 a2a_target addtoany_list" id="" style="line-height: 32px;"> <a class="a2a_dd addtoany_share_save" href="https://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.domain.com%2F%3Fpage_id%3D2295&title=example&description="> <img src="https://www.domain.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"> </a> <script type="text/javascript"> <!-- wpa2a.script_load(); //--> </script> </div> </div> </li> </ul>