Search Results for 'update'

Results from the Forum
RichardD
Participant
#0

Hey there,

having some issues trying to update to 7.4
via WordPress, i can’t seem to delete the theme:
“Deletion failed: The requested theme does not exist.”
when i update via marketplace plugin i get
“Update Failed: The theme is at the latest version.”

EDIT: Issues appears to have…fixed itself?

gauravkohli
Participant
Site down - topic
#0

Hi,

Our site is down from morning, dont know what happened. When we delete all the plugins including required plugins the site is opening with improper layout as visual composer is deleted. If we install(not even activated) then site is not opening. if we are logged in to wp-admin then the site is available. Its not available for users. Could you please look into it.
Our site url is: https://goo.gl/5n9Ezg

I have updated the newspaper theme on friday, but i havent updated the visual composer plugin, is this the issue? i just downloaded and updated visual composer, still experiencing the same issue.

thanks

zrosen
Participant
#0

Hi there,

Having some odd mobile menu issues when I update from Newspaper 6.72 to 7.4.

See screenshots below to see what the ‘correct’ (expected/what it looks like on 6.72) homepage appears like (on both mobile and desktop) compared to the incorrect version.

http://t5p.client.onegreenoak.com/correct-desktop.jpg
http://t5p.client.onegreenoak.com/incorrect-desktop.jpg
http://t5p.client.onegreenoak.com/correct-mobile.jpg
http://t5p.client.onegreenoak.com/incorrect-mobile.jpg

Amit
tagDiv Member

Download latest theme package from your ThemeForest account
Update your theme
( Tutorial to update theme – https://forum.tagdiv.com/how-to-update-the-theme-2/ )

Delete Visual Baker plugin

Now, upload js_composer plugin from theme’s plugin folder

Tutorial to update Visual Composer plugin https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Hope this helps!

Thanks for your understanding!

  • This reply was modified 9 years by Amit.
Amit
tagDiv Member

Download latest copy of the theme from your ThemeForest account and
please use this guide to update Visual Composer: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thank you for your understanding!

david.filat
Participant
#0

I had a language switcher on my mobile theme on a previous version of Newspaper, but after I updated it to 7, it displays on the Desktop version menu, but not on the mobile version, if the mobile plugin is enabled. How can I get it to work with the mobile plugin? Thank you!

Here’s the code I used:
<div class="td-icon-lang menumobile">
<?php
$languages = icl_get_languages('skip_missing=0&orderby=code');
$html .= '';
if(!empty($languages)){
foreach($languages as $l){
// if(!$l['active']) $html .= '';
if(!$l['active']) $html .= '
'.$l['language_code'].'';
// if(!$l['active']) $html .= '';
}
}
echo $html;
?>
</div>
</div>

Madhavg
Participant
#0

How to Update WordPress Theme without Losing Customization

phetphen
Participant
#0

Dear Team Dagdiv,
My Visual composer said that “There is a new version of WPBakery Visual Composer available. View version 4.12.1 details. Automatic update is unavailable for this plugin. To receive automatic updates license activation is required. Please visit settings to activate your Visual Composer. Got Visual Composer in theme?” how to update it?

Thanks and Best Regards,
Phen from Cambodia

simchris
tagDiv Member

Update via FTP; best way.

simchris
tagDiv Member

Issue with your WordPress setup.

Best way to update theme is to
a) via FTP delete old theme folder (keeping backup if you made changes to core files, of course)
b) unzip theme folder from themeforest on your hard drive, upload to theme folder via ftp
c) upload the plugins to the plugins folder

alexmartin
Participant
#0

I am having an issue with my categories changing from the default from demo. I set up the demo to see how it would look and then change things from there to make sure the framework was right. The problem is the categories that I changed from Style and Celebs etc haven’t updated to the “Stargazing, News, Etc”. I was wondering how I would go about updating these despite changing the category.

jauburn
Participant
#0

I updated to the latest Newspaper version, and all of my translations stopped working. They still appear in the Translation panel, but the translations are not transferred to the New Post page as they used to be. For example, I renamed Via to “Forum Comments,” but “Forum Comments doesn’t show up.

benidormive
Participant
#0

I can not update the theme newspaper september, deleting the subject get the error “Deletion failed: The requested theme does not exist” .
How can we solve it.
Mario

Samet
Participant
#0

Dear,

After updating to 7.4, few problems are occured in my website. I shared the link via email to contact@tagdiv.com.

The problems are;
1- I am not able to see featured image in posts, when i choose post template style 7 (featured image can be seen in such template styles 1 or 2, the problem is probably when it is full screen). Only a grey area is seen instead of image.
2-Sidebar is not appear in posts. In main page there is, but the one that needs to be next to post’s content is missing.
3- Even i disable the options such as show author name, comment count or date, they can be seen in mainpage.

Thanks in advance,
Samet

Nano
tagDiv Member

Update: Sorry! it didn’t work. It shows the image of author who is logged in.

Hi Bogdan,

After continuousely struggling for 5 hours and playing with various code combinations, finally my problem get solved.

Here is what I needed to do : I need to replace


<?php echo get_avatar(get_the_author_meta( 'ID' ), 42 ) .

with


<?php echo get_avatar($current_user->ID, 42) . 

I don’t know why it can not call the previous code but this is what actually worked for me. So, the final code under single_template file will look something like this:


       <div class="td-module-meta-info">                               
                   <?php echo get_avatar($current_user->ID, 42) . $td_mod_single->get_author();?>
                                <?php echo $td_mod_single->get_date(false);?>
                                <?php echo $td_mod_single->get_views();?>
                                <?php echo $td_mod_single->get_comments();?>
                            </div>

Here is the snapshot: https://i.snag.gy/Qtqlp3.jpg

I got the idea for searching this code, because I can see that newspaper theme is correctly extracting the right author image under TOP menu and other places so, I looked for Get_avatar call under top-menu.php and hence I found this code.

Thank you very much Bogdan for all the help. 🙂 🙂

PS: writing in detail here for the benefit of other community users. I know you don’t want such silliy details.

  • This reply was modified 9 years by Nano.
  • This reply was modified 9 years by Nano.
Nano
tagDiv Member

Perhaps you had used smartlist 7 code from the recently updated Newspaper version which contains retina image features ( few codes used to retrieve retina image ). So, first it didn’t work for me but then I changed the code a little and only moved this file to a new place ablve // render the pagination


//adding description
if(!empty($item_array['description'])) {
$buffy .= '<span class="td-sml-description">' . $item_array['description'] . '</span>';
}

$tds_smart_list_7_title = td_util::get_option('tds_smart_list_7_title');

// ad smart list 7
$buffy .= td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'smart_list_7', 'spot_title' => $tds_smart_list_7_title));

and it worked. 🙂

Thank you.

Few more thing.

Isn’t it possible to get things in under the list in the same order as it is written .

I mean, First I write the title in H4 and hence smart list will detect that a new listicle number has started . Now I write 2 sentences and then a image and then 2 more sentences. How can I get published list in the same order.

For now, it either shows image first after the title or at the end and bring all written text at one place.

How can I position my texts at different place? Suppose for intro, I want few texts before the image and for end, I want few texts after the image.

I hope you are getting what I am trying to say.

Thank you.

colgate
Participant
#0

Hi there,

I can’t see the the “Sign in/Join” option under the “Theme Colors” menu. I have updated to the latest version (7.4), but not all files, only the changed ones.

Could you please let me know what files I need to upload or how to get it to appear to adjust the Sign in/Join colors?

Thanks

simchris
tagDiv Member

Usually caching issue. You can also try

a) resave permalinks
b) clear transients with wp-optimize
c) simply go to appearance > menu and resave menus

At least I find this useful for menu gremlins with theme updates/changes 🙂

jkellerer
tagDiv Member

Hey Gllvancn,

if you are still looking its a pretty simple change. Look in:
/themes/Newspaper/includes/wp_booster/td_data_source.php
at line 376

just modify this function:

/**
* used by the ajax search feature
* @param $search_string
* @return WP_Query
*/
static function &get_wp_query_search($search_string) {
$args = array(
's' => $search_string,
'post_type' => array('post', 'page'),
'posts_per_page' => 4,
'post_status' => 'publish'
);

$td_query = new WP_Query($args);
return $td_query;
}

I could not figure out how to overide it in my functions, so I will have to change it after every update, but I needed a way to remove all the “hidden” products in woo-commerce.

rfernando
tagDiv Member

The current site is behind a coming soon page, so here’s a duplicated site: http://www.testing.lwhspapertiger.org/category/sports-update/

This category hierarchy was just created:
Sports Update
– Podcasts
– – Red
– – Blue

However, the categories are displaying:
Sports Update—Podcasts
Podcasts—Podcasts (I’d like it to display Red, Blue)

Andrei L.
tagDiv Member

Hi

Please make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ also try to deactivate all plugins except Visual Composer, clear all caches, purge the cdn if you’re using then test the site again.

Let us know ho it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that your customizations from child theme don’t affect site’s functionality, also make sure that you’tr using an updated version of child theme, preferably the version from V 3.1: http://screencast.com/t/dn5V2AwVcb

Thanks!

kstockl
tagDiv Member

Hi again.
Why I asked for modification in Newspaper Theme 7.4 in this Thread?

To prevent unwanted Spam Users to Register. The inbuilt Login / Register function has no option for including Captchas or other Plugins to check if this is a real User. So for me it is to unsecure to use this function.

After a long ride a found a Solution which fullfills my needs when I modified the Code in following folder:
/Newspaper/parts/header/top-menu.php

Answer:

//show login widget (must be disabled in Theme : disabled Show SignIn/Join in NewspaperTheme in Header – TOP Bar
So I was able to prevent all the Modals which are used for Login/ Register / Login in Comments to open

//To show Logged-Out Users a Login/Register Link to my own Login/Register Page in Top-Bar

//To show logged-In Users their Avatar and a Logout Out Link in Top Bar

//To prevent unwanted Spam Users to register without verifying
cause Newspaper Modal has no option for including Captchas or other Security Plugins without heavy modifications

The modified Code can be viewed here:

Modified top-menu.php file

It activates the Login / Register Link in Top Bar Menu

Please note: In Mobil view the “Login/Register” or if a User is loggedIn the “Avatar/UserName/Logout” isn´t shown but it will do in Desktop View. And for my Users I have a seperate Login / Register / Account Page. So this isn´t really a problem.

Maybe in a Future Newspaper Update we get the possibility in Theme Setting to have a own setting for include a Url for: Login / SignIN – so that we don´t need to activate the Modal Login/Register if we have our own plugin which handles the Registration / Login of our users. But have the Login/Register | User Account/Logout Links displayed in Top-Bar Menu. In Desktop View and in Mobil View.

macmandk
Participant
#0

Hi guys. I have just updated the theme to version 3.1 and now my front page is gone with nothing but the top bar. Any suggestions about what happen?

gili
tagDiv Member

OK, i fixed this. i didn’t update the mobile single.php file.

All good now 🙂

Viewing 25 results - 32,501 through 32,525 (of 45,280 total)