Sign in to follow this
Followers
0

Better-Carousel Insert text in a better carousel hook. its possible?
By
finnes+, in DMS & Legacy Products
-
Similar Content
-
By Grant Turck+
What file do I need to add code to in my pl-framework-pagelines child theme to insert script after opening body tag on every page?
Can you someone provide me with the code also?
-
By Le Chef Est Une Femme+
Hey everyone
I am very sorry if this question has a "deja vu" taste but I have been looking for more than 2 hours a way to add a phone number in the top right corner of my header website.
Before asking that, I have read many of the questions related to that subject, from hooks and action map to function.php and hooker plugin but I am very lost. Plus many links kindly given by some of you are now 404 pages
Is there anyone willing to help me find the easiest way to add this number please ?
In advance, thank you
www.upgrad.paris
-
By JasonLA+
Hey guys,
I have read a few other posts about this for Facebook but do not understand hooks.
Could someone please explain how to use a hook in easier terms please? I am not very code savvy. I need to know exactly what to enter in and where it belongs. In the hook documentation this is not very clear at all.
This is the page I need the code placed on; it's what users are taken to after they submit a form on the page before it:
www.zox.la/custom-confirmation
Here is what I have put together from the Docs so far. I put this in my custom CSS and it did not work.
http://forum.pagelin.../rw/117-hajqg9/
Any help is much appreciated!
Thanks,
Jason
-
By ketri
Hi
I'm using Types -plugin to add a field where the site owner can upload a PDF to each post.
On a category page I want to show the titles of the posts as links to these PDFs. The articles are only for pdfs, there is no content, exceprt, thumbnails etc. ever.
So I should probably use a hook to insert a link to the PDF on the archive pages. I've tried using
add_action('the_post', 'postFunction', 10); function postFunction() { echo "<h1>pdf link here</h1>"; } Just to get me started before I figure out the details of what to add. It now adds the code before the title on archive pages. But it also adds that code pretty much everywhere. https://www.dropbox.com/s/0p70s2h3sx0pjj0/Screenshot%202014-08-20%2010.07.31.png
So how can I use a hook to add something to category pages?
I'd also like to remove the title/link to the actual post, and the read more button.
Thank you!
-
By sblentlinger
Hi, I am trying to use hooks in Pagelines DMS to offset a 'Login' link, a 'Sign Up' button, and a 'Contact' text on the Fixed Navbar. It looks fine when the browser is at least the width of the full website:
[attachment=1878:Screen Shot 2014-01-03 at 2.05.00 PM.png]
However, when resizing the browser or viewing my site on mobile it seems to create a new section off the page for the hooks:
[attachment=1879:Screen Shot 2014-01-03 at 2.05.12 PM.png]
My website is currently on a staging server, and can be accessed at payline.staging.wpengine.com
I would ideally like to have these items still appear on the Navbar. Can you please help identify the issue and direct me towards a resolution?
Thanks!
-