Amalux
Forum Replies Created
-
Forum: Plugins
In reply to: [Universal Star Rating] Where to place short codesWell then. I look forward to your improvements when they come.
All the best to you and thank you!!
Forum: Plugins
In reply to: [Universal Star Rating] Where to place short codesHey, thank you for your efforts. That I do appreciate. I used yours because it seemed a simple application.
Thank you for your help. I hope my feedback has helped too!!
Forum: Plugins
In reply to: [Universal Star Rating] Where to place short codesYes, did turn it on but how do I chose how many stars to vote on the worth of the post and what if someone other than me who knows the short code do if they have no starts to click on to leave their vote for the page.
That is why I was wondering if I needed to add code to the comment.php file to ensure that anyone could work with those star ratings.
I know I’ve missed something but am not sure what that is.
Forum: Plugins
In reply to: [Universal Star Rating] Where to place short codesHi,
I thought that by placing the short code that a person wishing to make a comment would have the option of rating the page using this star system. When I placed it into my page, the number of stars being shown where the same number what I had set it as from within the plugin area.My point is, does this plugin allow a visitor leaving a comment to rate the page? So far I was not able to make it do that. All I get is the short code.
Here is where I have placed.
https://amaluxherbal.com/paracelsus_elixir_swedish_bitters_schwedenbitter.htm#comment-6284Forum: Plugins
In reply to: [Wordpress Video Plugin] How to place video's on wordpressAn example might help!!
Forum: Plugins
In reply to: [Wordpress Video Plugin] How to place video's on wordpressSame problem. Extremely vague instructions on how to do anything with this plugin.
Forum: Themes and Templates
In reply to: Move Search Box to Nav Bar in Twenty Twelve Child ThemeThis works great but, I have several navigation menus and it adds a search box to every one of them. Can this be made to affect the main navigation menu only?
Forum: Themes and Templates
In reply to: [Twenty Twelve] Setting default header image in child themeThanks Rudd Evers, Sorry if I posted in the wrong thread. But, this is where I got the idea for what I finally did. I don’t know much php so I have to follow what others are doing then interpolate and intuit without doing damage to the code.
Thanks again for confirming what I did.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Setting default header image in child themeI think you wold be right if this is done to the default header.php file. I did this to a custom header file placed in child theme attached to as specific template.
So far, both header files seem to be working fine on either header without disturbing the functionality of either.
If I am wrong please show me as I would not want it to compromise my own site.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Setting default header image in child themeSorry for the misplaced bolding.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Setting default header image in child themeI’m not a very experienced coder but I seem to have found a simpler solution.
First, I uploaded the desired banner image into an image directory within the child theme as instructed a little further up.
Then, in the child header in this group of coding:
<?php $header_image = get_header_image(); if ( ! empty( $header_image ) ) : ?> <a>"><strong><img src="<?php echo esc_url( $header_image ); ?>" </strong>class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a> <?php endif; ?> . . . change the bolded code (also show below) <strong><img src="<?php echo esc_url( $header_image ); ?>"</strong>
. . . and change it to resemble something like this
<img src="<?php echo esc_url( get_stylesheet_directory_uri() . '/images/desiredbanner2013.jpg' ); ?>"
This seems to have changed the header image in the specific template where I wanted it and preserved the full functionality of the header.
So far!!
My problem is that I am migrating from Dreamweaver to WordPress. I currently have a sidebar with navigation menus plus page content navigation menus needed to navigate between pages of specific categories. To put all those links onto the side bar would not work. They need to be page and page grouping specific.
The WP-UI plug in creates the theme colors for more than just accordions and tabs. It also creates CSS styling for navigation menus and I’d like to use that to keep the theme colors uniform throughout my site.
I’ve created the theme I want and the accordion worked perfectly. But, in the process of creating the theme it also shows the same theme applied to tabs, accordions, buttons and also menus. I noticed the the CSS is already in the files for menus but there is not way of implementing them using the UI field in the page edit area. Is there a way of creating or including a menu field so that it can easily be place onto a page?
McGuive? is there a place that will show how to use the menu options already created in the jQuery themes and place them onto a page?
No Prob and thanks. Given that I come from the “intuitive” school of coding it was more a matter of feel and sense that this worked.