-
Search Results
-
Need some help! Trying to create careers & job board section on our website: http://www.onesourcebackground.com
We are currently using Job Manager plugin. It has limited functionality so I am seeing if the WP Job Manager plugin would be a better fit for us. It’s using the theme’s single.php file to put the single job listing. How do I edit this file? I am not a developer. The single job listing is showing the title “Blog” on the top of this page. UGH! See screenshot: http://goo.gl/54VtBTI’ve poured over the plugin developer’s documentation but I’m scared to death to try any of their recommendations https://wpjobmanager.com/document/single-job-listings. And since I don’t code, I wouldn’t know what to remove from this file. I should also point out that I have a child theme. So that gets confusing as to what files I move where and/or edit.
From my ftp site, below is my single.php file. What do I remove to override the title “Blog”. Is there an easier way to modify these templates? It would be awesome to be able to assign it to a post or page I’ve already created in the Admin dashboard. I hate messing with the native files.
<?php if ( !defined('ABSPATH') ){ die(); } global $avia_config; /* * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory. */ get_header(); $title = __('Blog - Latest News', 'avia_framework'); //default blog title $t_link = home_url('/'); $t_sub = ""; if(avia_get_option('frontpage') && $new = avia_get_option('blogpage')) { $title = get_the_title($new); //if the blog is attached to a page use this title $t_link = get_permalink($new); $t_sub = avia_post_meta($new, 'subtitle'); } if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub)); do_action( 'ava_after_main_title' ); ?> <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'> <div class='container template-blog template-single-blog '> <main class='content units <?php avia_layout_class( 'content' ); ?> <?php echo avia_blog_class_string(); ?>' <?php avia_markup_helper(array('context' => 'content','post_type'=>'post'));?>> <?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-index.php and that will be used instead. * */ get_template_part( 'includes/loop', 'index' ); //show related posts based on tags if there are any get_template_part( 'includes/related-posts'); //wordpress function that loads the comments template "comments.php" comments_template(); ?> <!--end content--> </main> <?php $avia_config['currently_viewing'] = "blog"; //get the sidebar get_sidebar(); ?> </div><!--end container--> </div><!-- close default .container_wrap element --> <?php get_footer(); ?>Have you changed how you have the CSS classes targeting the titles? Below is the original (as of 8/2)
#top #wrap_all .header_color h1, #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1, #top #wrap_all .footer_color h1, #top #wrap_all .socket_color h1 { color: #4d7b15; font-size: 30px; font-weight: normal; }Then as of 8/9:
#top #wrap_all .all_colors h1 { color: #4d7b15; font-size: 30px; font-weight: normal; }So I’m thinking that the new CSS no longer targets the areas you used to and is defaulting to black? The biggest issue is with the main content only being 10px wide! The only way I’ve figured out how to get the content to display is to do the following:
.html_boxed #main { position: static; overflow: hidden; <-- disable }This is on the element:
body -> <div id="wrap_all"> -> <div id="main" data-scroll-offset="0">Now this didn’t change between versions, so not sure why this makes a difference now? The issues occur in Firefox and Edge, but not Chrome.
The Google Map component of Enfold stopped working after the upgrade to WordPress 4.6.
No other changes were made, all plug-ins are updated.Topic: Add To Cart Button
Hey Guys!
Just purchased my 5th license! Im having trouble centering the add to cart button on my product pages. I’ve tried a million ways of doing it and nothing has worked. I even found a thread in your forum (https://kriesi.at/support/topic/center-add-to-cart-woocommerce-shortcode/) but the code didn’t do it for me.
How can I center the add to cart button?
The url is in the private content.
Thanks!
Hi
I did a couple of plug in updates, one was jQuery Updater which solved a problem I was having with my add to cart button not showing up on my variable product pages. Problem is that now my product categories which are set to appear when you hover over the product button/area of my main menu, suddenly do not appear.
Please can you assist.
Chris
Hi
in this page i have 2 places that shows branches: (the link is in private)
the first place is inside the content was not showing correct RTL order when displaying it in mobile.
i used this code to fix it and it now ok. it is displaying the correct order.
this is the code i used: https://kriesi.at/support/topic/incorrect-section-order-in-rtl-mobile-display-2/#post-668811 (the big section with code)but it did not solved the problem in the footer section. in the footer area the order in mobile not showing correct order for RTL
what should i do to fix the order to be RTL in the footer?Topic: Tabs In Mobile
Hi
Is there a way to dispaly tabs in 800×480 or 768 × 1024 large table portrait or landscape as they are diaplayed in mobile. I mean instead of tabs are displayed one beneath the other in mobiles but in large tablet they are shown one next to other as in desktop. So if its possible to display tabs that way
Thank you
Topic: Menu Widget Area
Is there any way to config widget to show in the rigth menu area? I mean at the top right menu
Thanks !I’ve tried looking up other threads to avoid creating multiple topics.
However, I still can not figure it out.When I add things like grid rows, color selection, and image to 1/2 cell and other element containers, my pictures are usually cut off.
The grid row reaches the end of the screen but it us usually cut off (you can see an example on my websites home page.And when I add images to 1/2 cells it will not reach the end of the page.
I want to achieve an “About Us” ( http://kriesi.at/themes/enfold-shop/about/ ) with all the pictures and text beside it.
Thanks Guys!Topic: Mobile Version Not Working
Hello.
My photos are showing correctly on the desktop version, but when someone looks on mobile – the pictures are now sideways.
yardarmrestaurantcorpuschristi.com
Please assist.
Hi Support,
I am moving my clients website over to your Theme from a Theme called Reno.
I used the following code to have a different background image on certain pages… Can you please advise how I can do this with your Theme?
Best Regards,
Richard
/*Adds a background image*/
.page-id-6031{
background: url(img/background2.jpg) center top no-repeat;
background-attachment: fixed;
}
Hi,
I have a few questions concerning my website
1/ When I pass my mouse ouver the three top pictures, the text below the pictures is moving a little bit lower. How to fix that ?
2/ Below “LES DERNIERS TIPS” I have two layout elements 1/3 & 2/3. I would like to reduce the space between these two columns.
Regards,
Legi.Topic: Google maps stopped working
Hello Team,
I am getting a javascript error on my google maps widget.
the error : https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key-map-error-edit-
new api key not working.any ideas?
Topic: Changing site url problem
Hello.
I’m tryng to change the “site url” only (not the WP installation directory) from http://lnx.mydomain.com/wp to http://www.mydomain.com.,
leaving the installation directory in http://lnx.mydomain.com/wp
I’m following wp guide at this link https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory.
at the and of the process everything seems ok but i’ve got this strange problem: i lost social icon in the menu and footer.
I’ve used theVelvet Blues Update URLs plugin to restore the broken internal links adn it was ok, (i just did not check the option to update the GUIDs, should I?) but i’ve still the problem with social icon as with the back to top page arrow and the hover arrow to open portfolio element in portfolio grid.
All these problem are in the front end.
In the back end everything seems to be ok except for the page aspect/personalize that lost my log in and if i insert user and pw it keeps to ask me the log in.If i come back to old site url, and delete frome the root site .htaccess and index.php file, everything come back to work properly.
I’ve read many guide for this process and i can’t find any solution.
Could you help me please?Thanks a lot for your collaboration.
Best regards.Giuseppe.
Viewing 30 results - 91,711 through 91,740 (of 142,715 total)
