pixelartist
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] Hestia and ElementorA couple of minutes later – looking through the elementor threads – I switched to the default wordpress theme and elementor still did not work.
I realize that I am using “IgniteUp” as maintenance mode plugin which also has themes. In case the plugin is activated and the mode is active – elementor detects this as the active theme and can not find a _content … since there is none.NOT an issue of hestia at all.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Servertime vs Schedule Time*bows his head in shame*
Okay – that was my display of being stupid. I had waaaay more complicated thoughts in mind.
Forum: Plugins
In reply to: [Custom Content Type Manager] Custom Content Type 404 after 3.7 UpgradeHello there,
having the same issue as mentioned above with the same solutions so far. As the others I decided to deactivate the permalink action for now. It is just strange that there is no error output at all (in the usual log files).
Manuel
Forum: Plugins
In reply to: [Custom Content Type Manager] Shortcode issue after upgrade.+1 support that, does not work for me after the upgrade.
Forum: Plugins
In reply to: [Short URL] Broken img links &Gosh that is fast ??
The category option for the Links would allow you to customize it a bit more than you already can. I will give you a few examples to make it more visible.
1. You create 3 categories. Within the category you can specify if you want to use the global shortening option or if you want a specific prefix for that category.
You end up with:
– category 1 – “Wikipedia” – prefix “” (no prefix)
– category 2 – “Advertising” – prefix “ads”
– category 3 – “IMDB” – prefix “IMDB”2. Depending on the chosen category for your external links you will end up with:
– category 1 – https://theidea.net/3463728
– category 2 – https://theidea.net/ads/3463728
– category 3 – https://theidea.net/imdb/3463728Main arguments for it – it gives you a better overview of the URLs if you have a lot of external links. Like this you could sort the links by category (even if the do not a prefix).
One could argue that it defies the matter of “shortening” because it makes the URLs longer again. In my opinion .. its true, but if you are not setting up a new “bit.ly” your domain usually will be longer any way. With the additional prefixes you could gain “fancy short external” links which benefits the User who wants to click on it. He already will know that the category 3 link will lead him to imdb.com for example.But its just a suggestion, if you do not like it, I still will be happy with you plugin ??
Hey,
thanks for the comment ?? – don’t get overexcited yet, we still are stuck with the problem, but i am not giving up on this one. My best shot – it is actually working (the plugin and everything) but missing a hook somewhere.
As mentioned – hopefully the author or someone with more experience reads this and can help us out understanding how this plugins connects to the template flow.Hey,
i think i am one step closer to solving this issue. I just found out that the oxygen theme I am using, is based on the hybrid core framework.
https://themehybrid.com/Believe it or not, but access to the documentary has been restricted to paying users :/
I am trying to understand the “body_class” function of the custom post template to get an idea what is missing, but it would be great if the author could support us with debugging tips!
I tried and tried .. either i am missing a point or lack the skills to do it on my own. Any help appreciated!
Hey there,
for now it seems that it is not possible with a lot of coding. You can find additional info here
I would love to be able to do that, but since it has minor priority i am hoping for the Custom Type Plugin to update.
Hey,
anyone? I am using the Custom Post Type Manager Plugin and this one and am still stuck at the same point.
I can select the template but it does not use the selected template – even a little hint on how to debug this would help me.regards,
Manuel
Hey,
thank you for your answer! This is exactly what i did. The functionality i would like to have is something like this:
Custom-Post-Type: Movie -> Works
Custom-Post-Type-Template: single-movie.php -> Works
Custom-Post-Type-Template-by-Post: single-movie-movie1.php -> ???I have a Custom Post Type and it has a Template which is working and used as default for this Post Type. Within this post type it offers me to choose a template for this particular Post but this is not working.
What i did so far:
I modified different hooks in funtions.php of the template to allow this template but it seems that it gets overwritten by the default template for the this post type.Any help or point in the right direction is appreciated!
This can be marked as solved with the latest version. Michael – great work! Thank you very much!
I am running PHP Version 5.3.13 – forgot to mention it.
Getting the same error message.
I tried to play around with the permissions, but so far no luck.Forum: Plugins
In reply to: [Plugin: CubePoints Youtube Video Module] Videos Not DisplayingHey Dry,
i just have installed the plugin cubepoints and wondered how the integration with the youtube module will work.
I have the latest WordPress and all updated Plugins – and encountered exactly your problem – no video showed up.But tracing the error lead me to this quick fix:
Find the youtube.php file in /plugins/cubepoints/modules/youtube.
Check line 76:
$video = '<script type="text/javascript">
replace with:
$video = ' <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script> <script type="text/javascript">
This change will load the swfobject lib from google and reenable your video. This is a dirty hack, i hope the original author reads this and fixes it properly.